File tree Expand file tree Collapse file tree 7 files changed +129
-156
lines changed
VirtoCommerce.AzureBlobAssetsModule.Core
VirtoCommerce.AzureBlobAssetsModule.Web Expand file tree Collapse file tree 7 files changed +129
-156
lines changed Original file line number Diff line number Diff line change 1- # v3.200.20
1+ # v3.200.22
22name : Module CI
33
44on :
5656
5757 steps :
5858
59+ - name : Set up Node 16
60+ uses : actions/setup-node@v2
61+ with :
62+ node-version : ' 16'
63+
5964 - name : Set RELEASE_STATUS
6065 if : ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }}
6166 run : |
@@ -234,7 +239,7 @@ jobs:
234239 if : ${{ ((github.ref == 'refs/heads/dev') && (github.event_name == 'push') && (needs.ci.outputs.run-e2e == 'true')) ||
235240 (github.event_name == 'workflow_dispatch')}}
236241 needs : ' ci'
237- uses : VirtoCommerce/.github/.github/workflows/e2e.yml@v3.200.20
242+ uses : VirtoCommerce/.github/.github/workflows/e2e.yml@v3.200.22
238243 with :
239244 katalonRepo : ' VirtoCommerce/vc-quality-gate-katalon'
240245 katalonRepoBranch : ' dev'
@@ -254,7 +259,7 @@ jobs:
254259 (github.ref == 'refs/heads/dev')) &&
255260 github.event_name == 'push' }}
256261 needs : ci
257- uses : VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.200.20
262+ uses : VirtoCommerce/.github/.github/workflows/deploy-cloud.yml@v3.200.22
258263 with :
259264 releaseSource : module
260265 moduleId : ${{ needs.ci.outputs.moduleId }}
Original file line number Diff line number Diff line change 1- # v3.200.20
1+ # v3.200.22
22name : Release hotfix
33
44on :
1212
1313jobs :
1414 test :
15- uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.20
15+ uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.22
1616 secrets :
1717 sonarToken : ${{ secrets.SONAR_TOKEN }}
1818
1919 build :
20- uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.200.20
20+ uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.200.22
2121 with :
2222 uploadPackage : ' true'
2323 uploadDocker : ' false'
4343 publish-github-release :
4444 needs :
4545 [build, test, get-metadata]
46- uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.20
46+ uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.22
4747 with :
4848 fullKey : ${{ needs.build.outputs.packageFullKey }}
4949 changeLog : ' ${{ needs.get-metadata.outputs.changeLog }}'
Original file line number Diff line number Diff line change 1- # v3.200.20
1+ # v3.200.22
22name : Publish nuget
33
44on :
1212
1313jobs :
1414 test :
15- uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.20
15+ uses : VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.22
1616 secrets :
1717 sonarToken : ${{ secrets.SONAR_TOKEN }}
1818
1919 build :
20- uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.200.20
20+ uses : VirtoCommerce/.github/.github/workflows/build.yml@v3.200.22
2121 with :
2222 uploadPackage : ' true'
2323 uploadDocker : ' false'
2828 publish-nuget :
2929 needs :
3030 [build, test]
31- uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.20
31+ uses : VirtoCommerce/.github/.github/workflows/publish-github.yml@v3.200.22
3232 with :
3333 fullKey : ${{ needs.build.outputs.packageFullKey }}
3434 forceGithub : false
Original file line number Diff line number Diff line change 1- # v3.200.20
1+ # v3.200.22
22name : Release
33
44on :
55 workflow_dispatch :
66
77jobs :
88 release :
9- uses : VirtoCommerce/.github/.github/workflows/release.yml@v3.200.20
9+ uses : VirtoCommerce/.github/.github/workflows/release.yml@v3.200.22
1010 secrets :
1111 envPAT : ${{ secrets.REPO_TOKEN }}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?><Project >
22 <!-- These properties will be shared for all projects -->
33 <PropertyGroup >
4- <VersionPrefix >3.209 .0</VersionPrefix >
4+ <VersionPrefix >3.210 .0</VersionPrefix >
55 <VersionSuffix >
66 </VersionSuffix >
77 <VersionSuffix Condition =" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' " >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
You can’t perform that action at this time.
0 commit comments