Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d1820 committed Feb 14, 2024
1 parent a34ad89 commit 5d06703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:

- name: Update assembly version
run: |
(Get-Content -Path CodeDocumentor\Properties\AssemblyInfo.cs) |
(Get-Content -Path CodeDocumentor\Settings\VsixOptions.cs) |
ForEach-Object {$_ -Replace '${{ env.BaseVersion }}', '${{ env.Version }}'} |
Set-Content -Path CodeDocumentor\Properties\AssemblyInfo.cs
Set-Content -Path CodeDocumentor\Settings\VsixOptions.cs
- name: Restore dependencies
run: nuget restore CodeDocumentor.sln
Expand Down

0 comments on commit 5d06703

Please sign in to comment.