File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121jobs :
2222 build :
2323
24- name : build-${{matrix.os}}
24+ name : debug- build-${{ matrix.os }}
2525 runs-on : ${{ matrix.os }}
2626 strategy :
2727 matrix :
@@ -53,18 +53,18 @@ jobs:
5353 - name : Build solution
5454 run : |
5555 Write-Output "::echo::on"
56- msbuild.exe $env:SLN_FILE -p:Configuration=Debug -p:AssemblyFileVersion=2.2.$env:BUILD_NUM
56+ msbuild.exe $env:SLN_FILE -p:Configuration=Debug
5757
5858 - name : Get AssemblyVersion generated by msbuild
5959 id : getversion
6060 uses : berglie/assembly-version/get@v1
6161 with :
62- directory : env.DEBUG_OUTPUT
62+ directory : ${{ env.DEBUG_OUTPUT }}
6363
6464 - name : Upload Artifact
6565 uses : actions/upload-artifact@v3
6666 with :
6767 name : ${{ format('WinNUT-Client-debugbuild-v2.2.{0}', steps.getversion.outputs.version) }}
6868 if-no-files-found : error
69- path : env.DEBUG_OUTPUT
69+ path : ${{ env.DEBUG_OUTPUT }}
7070
You can’t perform that action at this time.
0 commit comments