We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bb4ca commit 6c2facdCopy full SHA for 6c2facd
.github/workflows/create-nightly-installer.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: .\nugetpkgprep.bat
22
continue-on-error: false
23
- name: Generate installer
24
- run: msbuild DISMTools.vbproj /p:Configuration=Debug /p:DeployOnBuild=true /p:SolutionDir=%cd%\ /p:ProjectDir=%cd%\ /p:TargetDir=%cd%\bin\Debug
+ run: msbuild DISMTools.vbproj /p:Configuration=Debug /p:DeployOnBuild=true /p:SolutionDir=$((Get-Location).Path)\ /p:ProjectDir=$((Get-Location).Path)\ /p:TargetDir=$((Get-Location).Path)\bin\Debug
25
- name: Push nightly installer
26
uses: stefanzweifel/git-auto-commit-action@v5
27
with:
0 commit comments