We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11027d4 commit 024a289Copy full SHA for 024a289
.github/workflows/build-validate.yaml
@@ -13,7 +13,7 @@ on:
13
- '**.vbproj'
14
15
env:
16
- DOTNET_VERSION: '4.7.2' # The .NET SDK version to use
+ DOTNET_VERSION: '4.8' # The .NET SDK version to use
17
SLN_FILE: WinNUT_V2.sln
18
DEBUG_OUTPUT: WinNUT_V2/WinNUT-Client/bin/Debug
19
@@ -38,9 +38,7 @@ jobs:
38
39
# msbuild cannot handle .vdproj Installer projects, so only build debug for now.
40
- name: Build solution
41
- run: |
42
- Write-Output "::echo::on"
43
- msbuild.exe $env:SLN_FILE -p:Configuration=Debug
+ run: msbuild $env:SLN_FILE -p:Configuration=Debug
44
45
# For now, let msbuild continue autogenerating assembly versions and base everything off of that.
46
- name: Get AssemblyVersion generated by msbuild
0 commit comments