Skip to content

Commit 4e90d98

Browse files
committed
wip
1 parent 2262809 commit 4e90d98

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

eng/testing/bump-chrome-version.proj

+1-5
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,12 @@
4848
</PropertyGroup>
4949
</Project>
5050
</_PropsContent>
51-
52-
<EnvVarsContent>$(EnvVarsContent)
53-
%(EnvVarForPR.Identity)
54-
</EnvVarsContent>
5551
</PropertyGroup>
5652

5753
<Message Text="Writing version props: $(_PropsContent)" Importance="High" />
5854
<WriteLinesToFile Lines="$(_PropsContent)" File="$(RepositoryEngineeringDir)testing\ChromeVersions.props" Overwrite="true" />
5955

60-
<WriteLinesToFile Lines="$(EnvVarsContent)" File="$(RepositoryEngineeringDir)testing\bump-chrome-pr.env" Overwrite="true" />
56+
<WriteLinesToFile Lines="@(EnvVarForPR)" File="$(RepositoryEngineeringDir)testing\bump-chrome-pr.env" Overwrite="true" />
6157
</Target>
6258

6359
<Import Project="..\..\Directory.Build.targets" />

0 commit comments

Comments
 (0)