| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| outPathRoot: '$(System.ArtifactsDirectory)\signed' | ||
| binVersion: $(SigingVersion) | ||
| binVersionOverride: $(SigningVersionOverride) | ||
| condition: and(succeeded(), eq(variables['SHOULD_SIGN'], 'true')) |
There was a problem hiding this comment.
Just curious, where is this variable defined?
Sorry, something went wrong.
There was a problem hiding this comment.
It get defined by calling the template in line 60
Sorry, something went wrong.
|
Merged this before waiting for 24 hours, as this blocks nightly build. |
Sorry, something went wrong.
|
🎉v7.0.0-rc.1 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
This PR fixes Coordinated Packages build failure by updating nuget build yml to perform signing for scheduled builds via SHOULD_SIGN variable.
PR Context
PR Checklist