File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
echo "nugetVersion=${{ env.baseVersion }}-ci${{ github.run_number }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
38
38
}
39
39
- 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
41
41
- name : Test
42
42
run : dotnet test --no-build --configuration Release --verbosity normal
43
43
- name : Pack
73
73
with :
74
74
fail_on_unmatched_files : true
75
75
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
You can’t perform that action at this time.
0 commit comments