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

Commit 7aa3836

Browse files
authored
Merge branch 'development' into development
2 parents 85fcff1 + 3837651 commit 7aa3836

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/compile.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,18 @@ jobs:
1919

2020
# Nuget
2121
- uses: nuget/setup-nuget@v1
22-
- run: nuget restore Spcode.sln
22+
run: nuget restore Spcode.sln
2323

2424
# Setup MSBuild
2525
- name: Setup MSBuild.exe
2626
uses: microsoft/[email protected]
27+
with:
28+
vs-version: '[17.0.0.51503, 17.0.0.51503)'
2729

2830
# Build Spcode
2931
- name: Build Spcode
30-
run: msbuild Spcode.csproj /p:Configuration=Release /p:langversion=latest
32+
- run: msbuild Spcode.csproj /p:Configuration=Release /p:langversion=latest
33+
3134

3235
# Build Installer
3336
- name: Build Installer (NSIS)

0 commit comments

Comments
 (0)