mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
added UpdateAssemblyInfo.cs
This commit is contained in:
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@@ -38,11 +38,11 @@ jobs:
|
||||
run: |
|
||||
$version = ./.github/scripts/GenerateVersionNumber.ps1
|
||||
Write-Output "::set-env name=VERSION::$version"
|
||||
# - name: Update AssemblyInfo.cs
|
||||
# shell: powershell
|
||||
# run: |
|
||||
# Write-Output ${{ env.VERSION }}
|
||||
# ./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
|
||||
- name: Update AssemblyInfo.cs
|
||||
shell: powershell
|
||||
run: |
|
||||
Write-Output ${{ env.VERSION }}
|
||||
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
|
||||
# - name: Build Solution
|
||||
# shell: powershell
|
||||
# run: |
|
||||
|
||||
Reference in New Issue
Block a user