File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ jobs:
77
77
dotnet-version : 8.0.101
78
78
- name : Extractor unit tests
79
79
run : |
80
- dotnet test -p:RuntimeFrameworkVersion=8.0.0 extractor/Semmle.Util.Tests
81
- dotnet test -p:RuntimeFrameworkVersion=8.0.0 extractor/Semmle.Extraction.Tests
82
- dotnet test -p:RuntimeFrameworkVersion=8.0.0 autobuilder/Semmle.Autobuild.CSharp.Tests
83
- dotnet test -p:RuntimeFrameworkVersion=8.0.0 "${{ github.workspace }}/cpp/autobuilder/Semmle.Autobuild.Cpp.Tests"
80
+ dotnet test -p:RuntimeFrameworkVersion=8.0.1 extractor/Semmle.Util.Tests
81
+ dotnet test -p:RuntimeFrameworkVersion=8.0.1 extractor/Semmle.Extraction.Tests
82
+ dotnet test -p:RuntimeFrameworkVersion=8.0.1 autobuilder/Semmle.Autobuild.CSharp.Tests
83
+ dotnet test -p:RuntimeFrameworkVersion=8.0.1 "${{ github.workspace }}/cpp/autobuilder/Semmle.Autobuild.Cpp.Tests"
84
84
shell : bash
85
85
stubgentest :
86
86
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ mkdir -p extractor-pack
21
21
mkdir -p extractor-pack/tools/${platform}
22
22
23
23
function dotnet_publish {
24
- dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=8.0.0 $1 --output extractor-pack/tools/${platform}
24
+ dotnet publish --self-contained --configuration Release --runtime ${dotnet_platform} -p:RuntimeFrameworkVersion=8.0.1 $1 --output extractor-pack/tools/${platform}
25
25
}
26
26
27
27
dotnet_publish extractor/Semmle.Extraction.CSharp.Standalone
You can’t perform that action at this time.
0 commit comments