This commit is contained in:
Jérôme Laban 2021-08-04 15:26:09 -04:00 коммит произвёл GitHub
Родитель 14e81d38dc
Коммит 74ff3aad58
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

3
.github/workflows/main.yml поставляемый
Просмотреть файл

@ -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: