mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
back to testing in yaml
This commit is contained in:
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
@@ -27,6 +27,8 @@ jobs:
|
||||
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
|
||||
git submodule sync --recursive
|
||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||
- name: Check for tags
|
||||
run: git tag --merged origin/master
|
||||
|
||||
# - name: Set Build to Release if triggered from Master
|
||||
# run: |
|
||||
@@ -34,11 +36,11 @@ jobs:
|
||||
# Write-Host "Setting build type to Release"
|
||||
# Write-Output "::set-env name=BUILD_TYPE::Release"
|
||||
# }
|
||||
- name: Set Version Number
|
||||
shell: powershell
|
||||
run: |
|
||||
$version = ./.github/scripts/GenerateVersionNumber.ps1
|
||||
Write-Output "::set-env name=VERSION::$version"
|
||||
# - name: Set Version Number
|
||||
# shell: powershell
|
||||
# run: |
|
||||
# $version = ./.github/scripts/GenerateVersionNumber.ps1
|
||||
# Write-Output "::set-env name=VERSION::$version"
|
||||
# - name: Update AssemblyInfo.cs
|
||||
# shell: powershell
|
||||
# run: |
|
||||
|
||||
Reference in New Issue
Block a user