Skip to content

Commit

Permalink
fix: msbuild 빌드에 앞서 restore부터..
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Mar 12, 2024
1 parent e093ed4 commit e0186ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ if ($ClickOnce)
# 그것은 dotnet이 ClickOnce를 "제대로" 지원하지 않기 때문입니다.
# 빌드는 되는데 파일이 몇 개 빠진다든가... 그런 문제가 있습니다.
Write-Output "Publishing ClickOnce..."
dotnet restore -r win-x64
& $msBuildPath /target:publish `
/p:PublishProfile=ClickOnceProfile `
/p:Configuration=Release `
Expand Down

0 comments on commit e0186ad

Please sign in to comment.