Skip to content

Commit bbaf167

Browse files
Try to get compiler that supports c#14
1 parent 981516b commit bbaf167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Add msbuild to PATH
3636
uses: microsoft/setup-msbuild@v2
3737
with:
38-
vs-version: '[17.0,)'
38+
vs-version: '[18.0,)'
3939

4040
- name: Dotnet deterministic Build
4141
run: dotnet build DotNetBuildable.slnf /p:Platform=$env:BuildPlatform /p:Configuration=$env:BuildTarget /p:ContinuousIntegrationBuild=true

0 commit comments

Comments
 (0)