diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b6449c0..5c735e5 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -18,6 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: Cysharp/Actions/.github/actions/setup-dotnet@main + - run: dotnet tool restore - run: dotnet build -c Release -p:VersionPrefix=${{ inputs.tag }} -p:DefineConstants=RUNNING_IN_CI - run: dotnet retest -- -c Release --no-build - run: dotnet pack -c Release --no-build -p:VersionPrefix=${{ inputs.tag }} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o ./publish