This commit is contained in:
Shankar Seal 2022-05-17 17:23:01 -07:00 коммит произвёл GitHub
Родитель f396e285e5
Коммит 647ed5daf5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -38,7 +38,7 @@ jobs:
if: github.event_name == 'schedule' || github.event_name == 'pull_request' || github.event_name == 'push'
uses: ./.github/workflows/reusable-build.yml
with:
build_artifact: Build-x64-vcxproj
build_artifact: Build-x64
generate_release_package: true
build_nuget: true
@ -47,7 +47,7 @@ jobs:
if: github.event_name == 'schedule' || github.event_name == 'pull_request' || github.event_name == 'push'
uses: ./.github/workflows/reusable-cmake-build.yml
with:
build_artifact: Build-x64
build_artifact: Build-x64-cmake
# Run the unit tests in GitHub.
unit_tests: