Skip to content
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

azure-pipelines: Extension release template improvements #1788

Merged
merged 49 commits into from
Sep 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
810beb1
Remove publish step
alexweininger Sep 5, 2024
373a77a
Test deployment
alexweininger Sep 6, 2024
8a89515
Try this
alexweininger Sep 6, 2024
238c8d0
Try publish template
alexweininger Sep 6, 2024
aa3c5be
Try this
alexweininger Sep 6, 2024
ae6d5a3
What does this look like
alexweininger Sep 6, 2024
62890bc
Customize build number
alexweininger Sep 6, 2024
43eedf5
Fixup
alexweininger Sep 6, 2024
e23fab1
Fixup
alexweininger Sep 6, 2024
7a14a7f
Fixup
alexweininger Sep 6, 2024
109e9c0
Fixup
alexweininger Sep 6, 2024
0a56103
Add version verification
alexweininger Sep 6, 2024
4f08468
Fixup
alexweininger Sep 6, 2024
bef7213
Fixup
alexweininger Sep 6, 2024
bb26d84
Fixup
alexweininger Sep 6, 2024
7a71877
Fixup
alexweininger Sep 6, 2024
eb19728
Try again
alexweininger Sep 6, 2024
3aa32c4
Fixup
alexweininger Sep 6, 2024
647d8d8
Try this
alexweininger Sep 6, 2024
85e2e3e
Try this
alexweininger Sep 6, 2024
48c80b9
Fixup
alexweininger Sep 6, 2024
42dd85b
Fixup
alexweininger Sep 6, 2024
6c88483
Try this
alexweininger Sep 6, 2024
4357f31
Add helpful error message
alexweininger Sep 6, 2024
005a88e
Fixup
alexweininger Sep 6, 2024
1c5d53e
Try this
alexweininger Sep 6, 2024
6c47009
Fixup
alexweininger Sep 6, 2024
1c11a3f
Works!
alexweininger Sep 6, 2024
5172a64
Test this out
alexweininger Sep 6, 2024
4b20e23
Try this
alexweininger Sep 6, 2024
863d6cc
Fixup
alexweininger Sep 6, 2024
0c057bc
Fixup
alexweininger Sep 6, 2024
490eea1
Try this
alexweininger Sep 6, 2024
e100ada
Fixup
alexweininger Sep 6, 2024
8a13191
Add repo name
alexweininger Sep 6, 2024
e80e82d
Try this out
alexweininger Sep 6, 2024
09b11bc
Testing
alexweininger Sep 6, 2024
a996ee9
Try this
alexweininger Sep 6, 2024
6f8057d
Try this
alexweininger Sep 6, 2024
2666f2d
Fixup
alexweininger Sep 6, 2024
6a2976a
Fixup
alexweininger Sep 6, 2024
0afe4f1
Fixup
alexweininger Sep 6, 2024
662fe51
Fixup
alexweininger Sep 6, 2024
6ecc014
Fixup
alexweininger Sep 6, 2024
df3cc4b
Fixyp
alexweininger Sep 6, 2024
dce0b49
Add comments
alexweininger Sep 9, 2024
b59d82f
Update docs
alexweininger Sep 9, 2024
a15b00e
Add to docs
alexweininger Sep 9, 2024
4d88a9c
Fixup. Sorry Brandon :D
alexweininger Sep 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try publish template
  • Loading branch information
alexweininger committed Sep 6, 2024
commit 238c8d02870e41c5ae70fb28c82517e6244071cc
2 changes: 1 addition & 1 deletion azure-pipelines/release-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources:
ref: refs/tags/release

extends:
template: azure-pipelines/MicroBuild.1ES.Official.yml@1esPipelines
template: azure-pipelines/MicroBuild.1ES.Official.Publish.yml@1esPipelines
parameters:
sdl:
codeql:
Expand Down