-
Notifications
You must be signed in to change notification settings - Fork 321
Azure Split - Step 2 - New Files #3904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev/paul/azure/step1
Are you sure you want to change the base?
Changes from all commits
2d60931
0660792
ff42d1c
72795ae
2f62249
e4fdb36
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -67,6 +67,5 @@ jobs: | |
| parameters: | ||
| referenceType: Package | ||
| buildConfiguration: Release | ||
| cleanFirst: true | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The |
||
| ${{ if parameters.isPreview }}: | ||
| mdsPackageVersion: $(previewMdsPackageVersion) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will permit the CodeQL workflow to run on pushes and PRs targeting main, any feature branch, and any dev branch.