Skip to content

Commit

Permalink
Fix nuspec path (#6124)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenglol authored Mar 3, 2022
1 parent 78eca78 commit 266db0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bicep.RegistryModuleTool.Nuget/nuget.proj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<Target Name="RunTool" AfterTargets="Build" DependsOnTargets="GetBuildVersion">
<ItemGroup>
<NuSpec Include="../Bicep.RegistryModuleTool/obj/$(BUILDCONFIGURATION)/Bicep.RegistryModuleTool.$(NugetPackageVersion).nuspec" />
<NuSpec Include="../Bicep.RegistryModuleTool/obj/$(BUILDCONFIGURATION)/Azure.Bicep.RegistryModuleTool.$(NugetPackageVersion).nuspec" />
</ItemGroup>

<Exec Command="$(NugetExePath) pack @(NuSpec) -Version $(NuGetPackageVersion) -Symbols -SymbolPackageFormat snupkg -NonInteractive"
Expand Down

0 comments on commit 266db0c

Please sign in to comment.