Skip to content

Commit 41f2c04

Browse files
fix: Variable set on test
1 parent c2b7560 commit 41f2c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "nugetVersion=${{ env.baseVersion }}-ci${{ github.run_number }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
3838
}
3939
- name: Build
40-
run: dotnet build -p:Version=${{ env.buildVersion }} -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
40+
run: dotnet build -p:Version=${{ env.buildVersion }} -p:ReleaseDateAttribute=true -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
4141
- name: Test
4242
run: dotnet test --no-build --configuration Release --verbosity normal
4343
- name: Pack
@@ -73,4 +73,4 @@ jobs:
7373
with:
7474
fail_on_unmatched_files: true
7575
generate_release_notes: true
76-
files: IntelliTect.Multitool.${{ steps.tag-version.outputs.TAG_VERSION }}.nupkg
76+
files: IntelliTect.Multitool.${{ steps.tag-version.outputs.TAG_VERSION }}.nupkg

0 commit comments

Comments
 (0)