Skip to content

Commit faa0c26

Browse files
fix: Add ReleaseDataAttribute to build pipeline
1 parent 2ca5199 commit faa0c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build-Test-And-Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet restore
4242

4343
- name: Build with dotnet
44-
run: dotnet build --configuration Release --no-restore
44+
run: dotnet build -p:ContinuousIntegrationBuild=True -p:ReleaseDateAttribute=True --configuration Release --no-restore
4545

4646
- name: Run .NET Tests
4747
run: dotnet test --no-build --configuration Release

0 commit comments

Comments
 (0)