Skip to content

Commit

Permalink
Add dotnet tool restore to local CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
criemen committed May 1, 2024
1 parent 8d2081a commit ff6a9ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csharp/scripts/create-extractor-pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function dotnet_publish {
dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=8.0.1 $1 --output extractor-pack/tools/${platform}
}

dotnet tool restore
dotnet_publish extractor/Semmle.Extraction.CSharp.Standalone
dotnet_publish extractor/Semmle.Extraction.CSharp.Driver
dotnet_publish autobuilder/Semmle.Autobuild.CSharp
Expand Down

0 comments on commit ff6a9ea

Please sign in to comment.