Skip to content

Commit 8707d71

Browse files
authored
Set overwrite to true on creating AspNetCoreModule nupkg (#514)
1 parent ee6256d commit 8707d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/repo.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<PackNuspec NuspecPath="$(MSBuildThisFileDirectory)..\nuget\AspNetCore.nuspec"
5353
DestinationFolder="$(BuildDir)"
5454
Properties="version=$(PackageVersion);Configuration=$(Configuration)"
55+
Overwrite="true"
5556
BasePath="$(RepositoryRoot)" />
5657

5758
<ItemGroup>

0 commit comments

Comments
 (0)