Skip to content

Commit 61facd2

Browse files
authored
Merge pull request #145 from bijington/feature/sl-fix-assembly-version
Set the assembly and file version
2 parents d839b7e + 4d706ab commit 61facd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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 .

0 commit comments

Comments
 (0)