Remove '--nologo' from publish command

This commit is contained in:
Ivan Yaremenchuk 2022-10-02 23:24:04 -05:00
parent 8f396a620b
commit 42dad3bbda
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
with:
dotnet-version: '6.0.x'
- name: Publish .NET Core Project
run: dotnet publish -c Release -o release --nologo
run: dotnet publish -c Release -o release
- name: Change base-tag in index.html from / to BlazorGitHubPagesDemo
run: sed -i 's/<base href="\/" \/>/<base href="\/nft-faucet\/" \/>/g' release/wwwroot/index.html
- name: copy index.html to 404.html