File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2525 run : dotnet restore .\Source\Expressive\Expressive.csproj
2626
2727 - name : Build
28- run : dotnet build --configuration Release --no-restore .\Source\Expressive\Expressive.csproj /p:Version=${{ steps.get_version.outputs.version-without-v }}
28+ run : dotnet build --configuration Release --no-restore .\Source\Expressive\Expressive.csproj /p:Version=${{ steps.get_version.outputs.version-without-v }} /p:AssemblyVersion=${{ steps.get_version.outputs.version-without-v }} /p:FileVersion=${{ steps.get_version.outputs.version-without-v }}
2929
3030 - name : Pack
3131 run : dotnet pack .\Source\Expressive\Expressive.csproj -c Release /p:Version=${{ steps.get_version.outputs.version-without-v }} --no-build --output .
You can’t perform that action at this time.
0 commit comments