Skip to content

Commit b81e431

Browse files
authored
Update dotnet.yml
Manually setting the version number to check deployment.
1 parent a551cc1 commit b81e431

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ jobs:
3030
uses: roryprimrose/[email protected]
3131
with:
3232
projectFilter: './Source/SVGImage/*.SVGImage.csproj'
33+
version: '5.0.118'
3334

3435
- name: Update project version
3536
uses: roryprimrose/[email protected]
3637
with:
3738
projectFilter: './Source/SVGImage/*.SVGImage.csproj'
38-
version: ${{ steps.gitversion.outputs.NuGetVersionV2 }}
39+
version: '5.0.118'
40+
# version: ${{ steps.gitversion.outputs.NuGetVersionV2 }}
3941
assemblyVersion: ${{ steps.gitversion.outputs.AssemblySemVer }}
4042
fileVersion: ${{ steps.gitversion.outputs.MajorMinorPatch }}
4143
informationalVersion: ${{ steps.gitversion.outputs.InformationalVersion }}

0 commit comments

Comments
 (0)