Skip to content

Commit

Permalink
Merge pull request #2 from martincostello/patch-1
Browse files Browse the repository at this point in the history
Fix comment labels
  • Loading branch information
clairernovotny authored May 11, 2021
2 parents 1fc3e24 + 564ccb1 commit da2ba88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DotNet.ReproducibleBuilds/DotNet.ReproducibleBuilds.props
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<!-- Google Cloud Build
<!-- Jenkins
https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#using-environment-variables
-->
<PropertyGroup Condition="'$(BUILD_ID)' != '' and '$(BUILD_URL)' != '' ">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<!-- Jenkins
<!-- Google Cloud Build
https://cloud.google.com/build/docs/configuring-builds/substitute-variable-values
-->
<PropertyGroup Condition="'$(BUILD_ID)' != '' and '$(PROJECT_ID)' != '' ">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

</Project>
</Project>

0 comments on commit da2ba88

Please sign in to comment.