diff --git a/.github/workflows/dotnet_selfcontained.yml b/.github/workflows/dotnet_selfcontained.yml index ca55e85e..fe20237f 100644 --- a/.github/workflows/dotnet_selfcontained.yml +++ b/.github/workflows/dotnet_selfcontained.yml @@ -37,7 +37,6 @@ jobs: --runtime ${{ matrix.os }} \ --self-contained true \ --output ./artifacts/binaries/${{ matrix.os }} \ - --no-restore \ -p:InformationalVersion=${{ steps.version.outputs.version }} - name: Create Archive