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

Commit c449254

Browse files
committed
Revert "Merge branch 'development' into development"
This reverts commit 7aa3836, reversing changes made to 85fcff1.
1 parent 7aa3836 commit c449254

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/compile.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,15 @@ 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)'
2927

3028
# Build Spcode
3129
- name: Build Spcode
32-
- run: msbuild Spcode.csproj /p:Configuration=Release /p:langversion=latest
33-
30+
run: msbuild Spcode.csproj /p:Configuration=Release /p:langversion=latest
3431

3532
# Build Installer
3633
- name: Build Installer (NSIS)

0 commit comments

Comments
 (0)