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 6cc9f12 commit debdaf2Copy full SHA for debdaf2
.github/workflows/frontend.yml
@@ -56,8 +56,7 @@ jobs:
56
run: dotnet build OneShelf.Frontend/OneShelf.Frontend.Web/OneShelf.Frontend.Web.csproj --no-restore --configuration Release
57
- name: Publish 1
58
working-directory: ./OneShelf.Frontend/OneShelf.Frontend.Web
59
- shell: cmd
60
- run: publish.bat
+ run: ./publish.ps1
61
62
63
- run: Compress-Archive -Path OneShelf.Frontend/OneShelf.Frontend.Web/bin/Publish/* -Destination OneShelf.Frontend.Web.zip
0 commit comments