mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-11 18:54:43 +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: |
|
||||
|
||||
46
aklfjdskal
Normal file
46
aklfjdskal
Normal file
@@ -0,0 +1,46 @@
|
||||
0.0.0001
|
||||
0.0.10_DoNotUse_BadBuild
|
||||
0.0.11
|
||||
0.0.12
|
||||
0.0.13
|
||||
0.0.14
|
||||
0.0.15
|
||||
0.0.16
|
||||
0.0.17
|
||||
0.0.19
|
||||
0.0.2
|
||||
0.0.20
|
||||
0.0.21
|
||||
0.0.25
|
||||
0.0.29
|
||||
0.0.3
|
||||
0.0.30
|
||||
0.0.5
|
||||
0.0.6
|
||||
0.0.7
|
||||
0.0.8
|
||||
0.0.9
|
||||
1.0.18
|
||||
1.0.22
|
||||
1.0.23
|
||||
1.0.24
|
||||
1.0.25
|
||||
1.0.26
|
||||
1.0.27
|
||||
1.0.28
|
||||
1.0.29
|
||||
1.0.30
|
||||
1.0.31
|
||||
1.0.32
|
||||
1.0.33
|
||||
1.0.34
|
||||
1.0.35
|
||||
1.0.36-alpha-157
|
||||
1.0.36-alpha-159
|
||||
1.0.36-alpha-160
|
||||
release
|
||||
v1.0.11.x
|
||||
v1.0.13
|
||||
v1.0.14.27867
|
||||
v1.0.15.26179
|
||||
v1.0.16.20061
|
||||
Reference in New Issue
Block a user