File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5656 # uses a compiled language
5757
5858 - run : |
59- dotnet build csharp
59+ cd csharp
60+ dotnet tool restore
61+ dotnet build .
6062
6163 - name : Perform CodeQL Analysis
6264 uses : github/codeql-action/analyze@main
Original file line number Diff line number Diff line change @@ -81,10 +81,11 @@ jobs:
8181 dotnet-version : 8.0.101
8282 - name : Extractor unit tests
8383 run : |
84+ dotnet tool restore
8485 dotnet test -p:RuntimeFrameworkVersion=8.0.1 extractor/Semmle.Util.Tests
8586 dotnet test -p:RuntimeFrameworkVersion=8.0.1 extractor/Semmle.Extraction.Tests
8687 dotnet test -p:RuntimeFrameworkVersion=8.0.1 autobuilder/Semmle.Autobuild.CSharp.Tests
87- dotnet test -p:RuntimeFrameworkVersion=8.0.1 "${{ github.workspace }}/csharp/ autobuilder/Semmle.Autobuild.Cpp.Tests"
88+ dotnet test -p:RuntimeFrameworkVersion=8.0.1 autobuilder/Semmle.Autobuild.Cpp.Tests
8889 shell : bash
8990 stubgentest :
9091 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ function dotnet_publish {
2424 dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=8.0.1 $1 --output extractor-pack/tools/${platform}
2525}
2626
27+ dotnet tool restore
2728dotnet_publish extractor/Semmle.Extraction.CSharp.Standalone
2829dotnet_publish extractor/Semmle.Extraction.CSharp.Driver
2930dotnet_publish autobuilder/Semmle.Autobuild.CSharp
You can’t perform that action at this time.
0 commit comments