We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92f82b commit c2b7560Copy full SHA for c2b7560
.github/workflows/build-and-test.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Restore dependencies
30
run: dotnet restore
31
- name: Build
32
- run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
+ run: dotnet build -p:ContinuousIntegrationBuild=True -p:ReleaseDateAttribute=True --no-restore --configuration Release
33
- name: Test
34
run: dotnet test --no-build --configuration Release --verbosity normal
35
0 commit comments