We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4522914 commit 165ce34Copy full SHA for 165ce34
.github/workflows/dotnet.yml
@@ -15,7 +15,7 @@ jobs:
15
Configuration: [ Debug, Release ]
16
env:
17
BuildPlatform: 'Any CPU'
18
- BuildVersion: '8.0.0.${{ github.run_number }}'
+ BuildVersion: '8.0.${{ github.run_number }}'
19
steps:
20
- uses: actions/checkout@v2
21
- name: Update project version
0 commit comments