We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fe425 commit e2bfd34Copy full SHA for e2bfd34
.github/workflows/build.yml
@@ -65,11 +65,7 @@ jobs:
65
run: dotnet test --no-restore --no-build
66
67
- name: Move NuGet Packages
68
- run: mv (Get-ChildItem -Recurse ./ -Include *.nupkg) ./
69
-
70
- # Removes the version number from the package name
71
- - name: Rename NuGet Packages
72
- run: Get-ChildItem -Include *.nupkg -Path ./* | Rename-Item -NewName { $_.Name -Replace '\.\d+\.\d+\.\d+.*$','.nupkg' }
+ run: mv (Get-ChildItem -Recurse ./ -Include DynamicVariablePowerTools.nupkg) ./
73
74
# Publish the NuGet package(s) as an artifact, so they can be used in the following jobs
75
- name: Upload NuGet Packages Artifact
0 commit comments