Skip to content

Commit

Permalink
Update publishusages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thargy authored Feb 25, 2024
1 parent b5cedc6 commit e63f589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishusages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e63f589

Please sign in to comment.