Skip to content

Commit 024a289

Browse files
committed
Modify build workflow for .net upgrade
1 parent 11027d4 commit 024a289

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-validate.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- '**.vbproj'
1414

1515
env:
16-
DOTNET_VERSION: '4.7.2' # The .NET SDK version to use
16+
DOTNET_VERSION: '4.8' # The .NET SDK version to use
1717
SLN_FILE: WinNUT_V2.sln
1818
DEBUG_OUTPUT: WinNUT_V2/WinNUT-Client/bin/Debug
1919

@@ -38,9 +38,7 @@ jobs:
3838

3939
# msbuild cannot handle .vdproj Installer projects, so only build debug for now.
4040
- name: Build solution
41-
run: |
42-
Write-Output "::echo::on"
43-
msbuild.exe $env:SLN_FILE -p:Configuration=Debug
41+
run: msbuild $env:SLN_FILE -p:Configuration=Debug
4442

4543
# For now, let msbuild continue autogenerating assembly versions and base everything off of that.
4644
- name: Get AssemblyVersion generated by msbuild

0 commit comments

Comments
 (0)