mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +00:00
ci: add CI version info in dotnet build
This commit is contained in:
parent
312ce725c2
commit
3523ca5468
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --configuration Debug --no-restore
|
run: dotnet build --configuration Debug --no-restore -p:VersionSuffix='nightly' -p:BuildNumber=${{ github.run_number }}
|
||||||
|
|
||||||
- name: Build NuGet package
|
- name: Build NuGet package
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/prerelease.yml
vendored
2
.github/workflows/prerelease.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --configuration Release --no-restore
|
run: dotnet build --configuration Release --no-restore -p:VersionSuffix='prerelease' -p:BuildNumber=${{ github.run_number }}
|
||||||
|
|
||||||
- name: Build NuGet package
|
- name: Build NuGet package
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user