ci: Adjust version
This commit is contained in:
Родитель
14e81d38dc
Коммит
74ff3aad58
|
@ -42,11 +42,12 @@ jobs:
|
||||||
include-prerelease: true
|
include-prerelease: true
|
||||||
|
|
||||||
- name: Determine Version
|
- name: Determine Version
|
||||||
|
id: gitversion
|
||||||
uses: gittools/actions/gitversion/execute@v0.9.7
|
uses: gittools/actions/gitversion/execute@v0.9.7
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
cd src/samples/EFCoreSample/EFCoreSample.Wasm
|
cd src/samples/EFCoreSample/EFCoreSample.Wasm
|
||||||
dotnet build -c Release "/p:PackageVersion=${{ env.GITVERSION_FullSemVer }}"
|
dotnet build -c Release "/p:PackageVersion=${{ steps.gitversion.outputs.fullSemVer }}"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче