Skip to content

Commit c2b7560

Browse files
fix: Update ci
1 parent c92f82b commit c2b7560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Restore dependencies
3030
run: dotnet restore
3131
- name: Build
32-
run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
32+
run: dotnet build -p:ContinuousIntegrationBuild=True -p:ReleaseDateAttribute=True --no-restore --configuration Release
3333
- name: Test
3434
run: dotnet test --no-build --configuration Release --verbosity normal
3535

0 commit comments

Comments
 (0)