I had a wrong condition before, where I forgot to reference a variable. Fixing that here. (#4665)
This commit is contained in:
parent
5f3885cff4
commit
25ee09a29b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
DependsOnTargets="SetupNuGetPackagesArchiveInputsOutputs;
|
DependsOnTargets="SetupNuGetPackagesArchiveInputsOutputs;
|
||||||
SetupAzureBlobInformation;
|
SetupAzureBlobInformation;
|
||||||
GenerateNuGetPackagesArchive"
|
GenerateNuGetPackagesArchive"
|
||||||
Condition=" 'UploadNuGetPackagesArchiveToAzure' == 'true' And '$(PUBLISH_TO_AZURE_BLOB)' != '' ">
|
Condition=" '$(UploadNuGetPackagesArchiveToAzure)' == 'true' And '$(PUBLISH_TO_AZURE_BLOB)' != '' ">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<NuGetPackagesArchiveToUpload Include="$(IntermediateArchive)" />
|
<NuGetPackagesArchiveToUpload Include="$(IntermediateArchive)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue