diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c76f233..8d561c1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,6 +23,6 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet publish -c Release -o publish -r win-x64 --self-contained true /p:UseAppHost=false + run: dotnet publish -c Release -o publish -r win-x64 --self-contained true - name: Run tree run: tree .