Skip to content

Commit 23b8352

Browse files
Ca tool version changes for v7.0.2 (#231)
* Update CA.nuspec * Update compile.yml * updated the version * Update compile.yml --------- Co-authored-by: Malavika <malavika.krishnan@siemens.com>
1 parent 0aaf28b commit 23b8352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ jobs:
129129
- name: Create Nuget Packages
130130
id: createNupkg
131131
run: |
132-
nuget pack CA.nuspec -Version 7.0.1
133-
Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.7.0.1.nupkg"
132+
nuget pack CA.nuspec -Version 7.0.2
133+
Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.7.0.2.nupkg"
134134
135135
- name: Archive NuGet Packages
136136
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)