Skip to content

Commit 0bbbb08

Browse files
committed
PR feedback: remove tabs and fix syntax error
1 parent 543fff4 commit 0bbbb08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

publish/prepare-artifacts.proj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
33

4-
<UsingTask TaskName="GenerateChecksums" AssemblyFile="$(LocalBuildToolsTaskFile)" />
4+
<UsingTask TaskName="GenerateChecksums" AssemblyFile="$(LocalBuildToolsTaskFile)" />
55

66
<PropertyGroup>
77
<SuppressFinalPackageVersion>true</SuppressFinalPackageVersion>
@@ -37,7 +37,7 @@
3737
<PreparedFileUploadDir>$(ArtifactsObjDir)PreparedFileUpload\</PreparedFileUploadDir>
3838
</PropertyGroup>
3939

40-
<ItemGroup>
40+
<ItemGroup>
4141
<AllFilesToBlobStorage Include="@(UploadToBlobStorageFile);@(UploadToBlobStorageFile)" />
4242
</ItemGroup>
4343

@@ -126,6 +126,7 @@
126126
<ItemsToPush Include="@(GeneratedChecksumFile)">
127127
<RelativeBlobPath>$(InstallersRelativePath)%(Filename)%(Extension)</RelativeBlobPath>
128128
<Category>Checksum</Category>
129+
</ItemsToPush>
129130
</ItemGroup>
130131

131132
<!-- Push items to AzDO as build artifacts, generating the asset manifest as a side effect. -->

0 commit comments

Comments
 (0)