diff --git a/build/push.targets b/build/push.targets new file mode 100644 index 0000000000..b2a563794e --- /dev/null +++ b/build/push.targets @@ -0,0 +1,39 @@ + + + + + + + + <_PackagesToPush Include="$(BuildDir)*.nupkg" /> + <_PackagesToPush Include="$(ArtifactsDir)mirror\*.nupkg" /> + + + + + + + + + + $(NpmRegistry.Replace("https:", "")):_authToken + + + + + + + + + + + + + + diff --git a/build/repo.targets b/build/repo.targets index 8fac6e8176..008abfd375 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -1,6 +1,7 @@ + <_CloneRepositoryRoot>$(RepositoryRoot).r\