Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 3837651

Browse files
authored
Update compile.yaml
1 parent 904d953 commit 3837651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- name: Setup MSBuild.exe
2626
uses: microsoft/[email protected]
2727
with:
28-
vs-version: '[16.4,17.0)'
28+
vs-version: '[17.0.0.51503, 17.0.0.51503)'
2929

3030
# Build Spcode
3131
- name: Build Spcode
32-
run: msbuild Spcode.csproj /p:Configuration=Release /p:langversion=?
32+
run: msbuild Spcode.csproj /p:Configuration=Release /property:langversion=latest
3333

3434
# Build Installer
3535
- name: Build Installer (NSIS)
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Build Updater
5959
- name: Build Updater
60-
run: msbuild Deploy\SpcodeUpdater\SpcodeUpdater.csproj /p:Configuration=Release /p:langversion=latest
60+
run: msbuild Deploy\SpcodeUpdater\SpcodeUpdater.csproj /p:Configuration=Release /property:langversion=latest
6161

6262
- name: Artifact Updater
6363
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)