From e63f589bc4f00e76c47da1aff3acd7f2fd3d3376 Mon Sep 17 00:00:00 2001 From: Craig Dean Date: Sun, 25 Feb 2024 02:21:14 +0000 Subject: [PATCH] Update publishusages.yml --- .github/workflows/publishusages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishusages.yml b/.github/workflows/publishusages.yml index d780e61..dd3144b 100644 --- a/.github/workflows/publishusages.yml +++ b/.github/workflows/publishusages.yml @@ -34,7 +34,7 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build - run: dotnet build --configuration GenerateFromSource --no-restore -p:ContinuousIntegrationBuild=true -p:DeterministicSourcePaths=true + run: dotnet build --configuration GenerateFromSource -p:ContinuousIntegrationBuild=true -p:DeterministicSourcePaths=true - name: Test run: dotnet test --configuration GenerateFromSource --no-build --verbosity normal -p:ContinuousIntegrationBuild=true -p:DeterministicSourcePaths=true - name: Publish