Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit a2e8fcf

Browse files
Update main-CI.yml
1 parent 6aad865 commit a2e8fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
Write-Host "Found version:" $versionNumber
6363
echo "VERSION_NUMBER=$versionNumber" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append
6464
- name: Nuget pack
65-
run: dotnet pack ${{ env.PROJECT_NAME }} --configuration ${{ env.BUILD_TYPE }} --verbosity detailed --output ${{ env.BUILD_DIRECTORY }} --version-suffix "${{ github.run_number }}" -p:PackageID="Trakt.NET" --no-build --no-restore
65+
run: dotnet pack ${{ env.PROJECT_NAME }} --configuration ${{ env.BUILD_TYPE }} --verbosity detailed --output ${{ env.BUILD_DIRECTORY }} --version-suffix "pre-deployment-${{ github.run_number }}" -p:PackageID="Trakt.NET" --no-build --no-restore
6666
- name: Rename artifacts
6767
shell: pwsh
6868
run: Get-ChildItem -Path ${{ env.BUILD_DIRECTORY }} | Where-Object {$_.Extension -match '.dll|.pdb|.xml|.nupkg'} | Rename-Item -NewName {'Trakt.NET.' + '${{ env.VERSION_NUMBER }}' + '.' + '${{ github.run_number }}' + $_.Extension}

0 commit comments

Comments
 (0)