mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-14 04:56:37 +00:00
added UpdateAssemblyInfo.cs
This commit is contained in:
parent
5b4523a965
commit
45174c7d8b
1 changed files with 5 additions and 5 deletions
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
|
|
@ -38,11 +38,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
$version = ./.github/scripts/GenerateVersionNumber.ps1
|
$version = ./.github/scripts/GenerateVersionNumber.ps1
|
||||||
Write-Output "::set-env name=VERSION::$version"
|
Write-Output "::set-env name=VERSION::$version"
|
||||||
# - name: Update AssemblyInfo.cs
|
- name: Update AssemblyInfo.cs
|
||||||
# shell: powershell
|
shell: powershell
|
||||||
# run: |
|
run: |
|
||||||
# Write-Output ${{ env.VERSION }}
|
Write-Output ${{ env.VERSION }}
|
||||||
# ./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
|
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
|
||||||
# - name: Build Solution
|
# - name: Build Solution
|
||||||
# shell: powershell
|
# shell: powershell
|
||||||
# run: |
|
# run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue