File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
3
3
4
- <UsingTask TaskName =" GenerateChecksums" AssemblyFile =" $(LocalBuildToolsTaskFile)" />
4
+ <UsingTask TaskName =" GenerateChecksums" AssemblyFile =" $(LocalBuildToolsTaskFile)" />
5
5
6
6
<PropertyGroup >
7
7
<SuppressFinalPackageVersion >true</SuppressFinalPackageVersion >
37
37
<PreparedFileUploadDir >$(ArtifactsObjDir)PreparedFileUpload\</PreparedFileUploadDir >
38
38
</PropertyGroup >
39
39
40
- <ItemGroup >
40
+ <ItemGroup >
41
41
<AllFilesToBlobStorage Include =" @(UploadToBlobStorageFile);@(UploadToBlobStorageFile)" />
42
42
</ItemGroup >
43
43
126
126
<ItemsToPush Include =" @(GeneratedChecksumFile)" >
127
127
<RelativeBlobPath >$(InstallersRelativePath)%(Filename)%(Extension)</RelativeBlobPath >
128
128
<Category >Checksum</Category >
129
+ </ItemsToPush >
129
130
</ItemGroup >
130
131
131
132
<!-- Push items to AzDO as build artifacts, generating the asset manifest as a side effect. -->
You can’t perform that action at this time.
0 commit comments