Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Aug 21, 2023
1 parent 2262809 commit 4e90d98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions eng/testing/bump-chrome-version.proj
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,12 @@
</PropertyGroup>
</Project>
</_PropsContent>

<EnvVarsContent>$(EnvVarsContent)
%(EnvVarForPR.Identity)
</EnvVarsContent>
</PropertyGroup>

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

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

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

0 comments on commit 4e90d98

Please sign in to comment.