Skip to content

Commit 52d6569

Browse files
authored
Put produced artifacts into shipping packages folder (#296)
* Put produced artifacts into shipping packages folder * Update DotNetBuild.props
1 parent e06520c commit 52d6569

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</PropertyGroup>
7272

7373
<PropertyGroup>
74-
<SourceBuiltPackagesPath>$(ArtifactsPackagesDir)</SourceBuiltPackagesPath>
74+
<SourceBuiltPackagesPath>$(ArtifactsShippingPackagesDir)</SourceBuiltPackagesPath>
7575
<LoggingDir>$(BaseOutputPath)logs/</LoggingDir>
7676
</PropertyGroup>
7777

eng/DotNetBuild.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Target Name="AddSourceBuiltPackagesToSourceBuiltCache"
1111
BeforeTargets="WritePrebuiltUsageData">
1212
<ItemGroup>
13-
<SourceBuiltPackageFiles Include="$(CurrentRepoSourceBuildArtifactsPackagesDir)*.nupkg"/>
13+
<SourceBuiltPackageFiles Include="$(CurrentRepoSourceBuildArtifactsPackagesDir)**\*.nupkg"/>
1414
</ItemGroup>
1515
</Target>
1616
</Project>

eng/Publishing.props

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)