Skip to content

Commit 33b3d0a

Browse files
author
Amaury Levé
authored
Simplify call to nuget pack on ci (#533)
1 parent 7ba3bcd commit 33b3d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Packaging/Packaging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
</Target>
166166

167167
<Target Name="CreateNuGetPackage" Condition=" '$(TargetFramework)' == '$(ScannerNetCoreGlobalToolVersion)' AND $(Configuration) == 'Release' ">
168-
<Exec WorkingDirectory="$(GlobalToolNuspecDir)" Command="&quot;$(NUGET_PATH)&quot; pack -OutputDirectory $(WorkDestinationRootDir) -Prop Configuration=Release" />
168+
<Exec WorkingDirectory="$(GlobalToolNuspecDir)" Command="&quot;nuget&quot; pack -OutputDirectory $(WorkDestinationRootDir) -Prop Configuration=Release" />
169169
</Target>
170170

171171
</Project>

0 commit comments

Comments
 (0)