Skip to content

Commit

Permalink
Fix Results pacjage name
Browse files Browse the repository at this point in the history
  • Loading branch information
GFlisch committed Apr 5, 2024
1 parent e462d64 commit 4a5a3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CoreBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
- name: Change Arc4u.Standard.Results versions
run: .\src\Builds\SetVersion.ps1 "..\" "Arc4u.Standard.Results.csproj" "1.0.0.0" "${{env.netStandardVersion}}" "0.0.0.0" "${{env.netStandardVersionNuget}}"
shell: powershell
- name: Change Arc4u.OAuth2.AspNetCore.Results versions
run: .\src\Builds\SetVersion.ps1 "..\" "Arc4u.OAuth2.AspNetCore.Results.csproj" "1.0.0.0" "${{env.netStandardVersion}}" "0.0.0.0" "${{env.netStandardVersionNuget}}"
- name: Change Arc4u.AspNetCore.Results versions
run: .\src\Builds\SetVersion.ps1 "..\" "Arc4u.AspNetCore.Results.csproj" "1.0.0.0" "${{env.netStandardVersion}}" "0.0.0.0" "${{env.netStandardVersionNuget}}"
shell: powershell
- name: Change Arc4u.Standard.Serializer versions
run: .\src\Builds\SetVersion.ps1 "..\" "Arc4u.Standard.Serializer.csproj" "1.0.0.0" "${{env.netStandardVersion}}" "0.0.0.0" "${{env.netStandardVersionNuget}}"
Expand Down

0 comments on commit 4a5a3e2

Please sign in to comment.