ci: Adjust version
This commit is contained in:
Родитель
14e81d38dc
Коммит
74ff3aad58
|
@ -42,11 +42,12 @@ jobs:
|
|||
include-prerelease: true
|
||||
|
||||
- name: Determine Version
|
||||
id: gitversion
|
||||
uses: gittools/actions/gitversion/execute@v0.9.7
|
||||
|
||||
- run: |
|
||||
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
|
||||
with:
|
||||
|
|
Загрузка…
Ссылка в новой задаче