File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
<Uri >https://github.com/dotnet/arcade</Uri >
6
6
<Sha >15f00efd583eab4372b2e9ca25bd80ace5b119ad</Sha >
7
7
</Dependency >
8
- <Dependency Name =" Private.SourceBuild.ReferencePackages" Version =" 1.0.0-beta.20278.2 " >
8
+ <Dependency Name =" Private.SourceBuild.ReferencePackages" Version =" 1.0.0-beta.20374.1 " >
9
9
<Uri >https://github.com/dotnet/source-build-reference-packages</Uri >
10
- <Sha >f3db8b2a4a7c12ac44283b516dac8cda12a5edeb </Sha >
10
+ <Sha >a5e56cf0c92548d81ee8e3a680e6229807c93580 </Sha >
11
11
</Dependency >
12
12
</ToolsetDependencies >
13
13
<ProductDependencies >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
<!-- Production Dependencies -->
9
9
<PropertyGroup >
10
- <PrivateSourceBuildReferencePackagesPackageVersion >1.0.0-beta.20278.2 </PrivateSourceBuildReferencePackagesPackageVersion >
10
+ <PrivateSourceBuildReferencePackagesPackageVersion >1.0.0-beta.20374.1 </PrivateSourceBuildReferencePackagesPackageVersion >
11
11
<PrivateSourceBuiltArtifactsPackageVersion >0.1.0-3.1.105.1</PrivateSourceBuiltArtifactsPackageVersion >
12
12
</PropertyGroup >
13
13
</Project >
Original file line number Diff line number Diff line change 110
110
<ReferenceAssemblyDirectories Include =" $(ReferencePackagesStagingDir)/**/*.nuspec" />
111
111
</ItemGroup >
112
112
113
- <MakeDir Directories =" $(ReferencePackagesStagingDir)%(IlSource.RecursiveDir)" />
114
- <Exec Command =" $(IlasmPath) %(IlSource.Identity) -dll -quiet -nologo -output=$(ReferencePackagesStagingDir)%(IlSource.RecursiveDir)%(IlSource.Filename).dll" />
113
+ <MakeDir Condition = " '%(IlSource.RecursiveDir)' != '' " Directories =" $(ReferencePackagesStagingDir)%(IlSource.RecursiveDir)" />
114
+ <Exec Condition = " '%(IlSource.Identity)' != '' " Command =" $(IlasmPath) %(IlSource.Identity) -dll -quiet -nologo -output=$(ReferencePackagesStagingDir)%(IlSource.RecursiveDir)%(IlSource.Filename).dll" />
115
115
116
116
<Message Importance =" High" Text =" [$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Done building reference-only assemblies." />
117
117
118
118
<Message Importance =" High" Text =" [$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Packing reference-only packages." />
119
- <NugetPack Nuspecs =" %(ReferenceAssemblyDirectories.Identity)"
119
+ <NugetPack Condition =" '%(ReferenceAssemblyDirectories.Identity)' != ''"
120
+ Nuspecs =" %(ReferenceAssemblyDirectories.Identity)"
120
121
OutputDirectory =" $(ReferencePackagesDir)"
121
122
ExcludeEmptyDirectories =" false"
122
123
CreateSymbolPackage =" false" />
You can’t perform that action at this time.
0 commit comments