Set overwrite to true on creating AspNetCoreModule nupkg (#514)
This commit is contained in:
parent
ee6256d941
commit
8707d71f1e
|
|
@ -52,6 +52,7 @@
|
|||
<PackNuspec NuspecPath="$(MSBuildThisFileDirectory)..\nuget\AspNetCore.nuspec"
|
||||
DestinationFolder="$(BuildDir)"
|
||||
Properties="version=$(PackageVersion);Configuration=$(Configuration)"
|
||||
Overwrite="true"
|
||||
BasePath="$(RepositoryRoot)" />
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue