File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<Target Name =" Pack" >
7
7
<!-- Copy PVP to packages dir in order to package them together -->
8
- <Copy Condition =" '$(OfflineBuild )' != 'true'" SourceFiles =" $(PackageVersionPropsPath)" DestinationFolder =" $(SourceBuiltPackagesPath)" />
9
- <Copy Condition =" '$(OfflineBuild )' == 'true'" SourceFiles =" $(GennedPackageVersionPropsPath)" DestinationFiles =" $(SourceBuiltPackagesPath)PackageVersions.props" />
8
+ <Copy Condition =" '$(DotNetBuildOffline )' != 'true'" SourceFiles =" $(PackageVersionPropsPath)" DestinationFolder =" $(SourceBuiltPackagesPath)" />
9
+ <Copy Condition =" '$(DotNetBuildOffline )' == 'true'" SourceFiles =" $(GennedPackageVersionPropsPath)" DestinationFiles =" $(SourceBuiltPackagesPath)PackageVersions.props" />
10
10
<PropertyGroup >
11
11
<SourceBuiltTarballName >$(OutputPath)$(SourceBuiltArtifactsTarballName).$(VersionPrefix)-$(VersionSuffix).tar.gz</SourceBuiltTarballName >
12
12
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments