File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77$ErrorActionPreference = " Stop" ;
88
99
10- dotnet publish NonsPlayer - c Release - r " win10-$Architecture " - o " build/NonsPlayer/app-$Version " - p:Platform= $Architecture - p:PublishReadyToRun= true - p:Version= $Version - p:UseRidGraph= true;
10+ dotnet publish src / NonsPlayer - c Release - r " win10-$Architecture " - o " build/NonsPlayer/app-$Version " - p:Platform= $Architecture - p:PublishReadyToRun= true - p:Version= $Version - p:UseRidGraph= true;
1111
1212$env: Path += ' ;C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\' ;
1313
14- msbuild NonsPlayer.Launcher " -property:Configuration=Release;Platform=$Architecture ;OutDir=$ ( Resolve-Path " build/NonsPlayer/" ) " ;
14+ msbuild src / NonsPlayer.Launcher " -property:Configuration=Release;Platform=$Architecture ;OutDir=$ ( Resolve-Path " build/NonsPlayer/" ) " ;
1515
1616Add-Content " build/NonsPlayer/version.ini" - Value " exe_path=app-$Version \NonsPlayer.exe" ;
1717
You can’t perform that action at this time.
0 commit comments