File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments