Skip to content

Commit

Permalink
note-enabling classic build and release pipeline (#1001)
Browse files Browse the repository at this point in the history
Co-authored-by: aksh-h <[email protected]>
  • Loading branch information
aksh-h and akshay-online authored Jan 3, 2024
1 parent 54af803 commit dc2f1f8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
Binary file added src/VstsDemoBuilder/Images/enable_classic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 13 additions & 4 deletions src/VstsDemoBuilder/Views/Environment/CreateProject.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,17 @@
Notification section
-->
<div class="col-md-3 order-2 order-md-3">
<div class="card text-white mb-3 vstsScroll" id="announcement" style="max-height:250px;overflow-y:auto;">
<div class="card-header bg-primary">Note - enable the classic build and release pipeline!!</div>
<div class="card-body" style="background-color:white; color:red;">
<ul style="padding-left:10px; list-style-type:none">
<li>
<p>If you're using brand new organization, please enable the creation of classic build and relase pipeline by disabling the following flag under <i>Organization Settings >> Pipelines >> Settings</i><a href="../Images/enable_classic.png" target="_blank"> here. </a></p>
<p>We are working on migrating the classic pipelines to YAML.</p>
</li>
</ul>
</div>
</div>
<!-- Description card -->
<div class="card text-white mb-3 vstsScroll" id="lblDescription" style="max-height:250px;overflow-y:auto;">
<div class="card-header bg-primary ">About this Template</div>
Expand All @@ -316,15 +327,13 @@
</p>
</div>
</div>

<div class="card text-white mb-3 vstsScroll" id="announcement" style="max-height:250px;overflow-y:auto;">
<div class="card-header bg-primary">What's new?</div>
<div class="card-body" style="background-color:white; color:black">
<ul style="padding-left:10px">
<li>
New templates in Microsoft Learning and Cloud Adoption Framework platform
</li>
<li>
Switch Directory option for switching between organization directories. Click on <a href="../account/index">Sign In</a> once you switch the organization.
New templates <b>eShopOnWeb</b> to demonstrate the features of <a href="https://azure.microsoft.com/en-in/products/devops/github-advanced-security" target="_blank">GitHub Advanced Security for Azure DevOps (GHAzDo)</a>
</li>
</ul>
</div>
Expand Down
3 changes: 3 additions & 0 deletions src/VstsDemoBuilder/VstsDemoBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,9 @@
<Content Include="Images\create_img_final1.png" />
<Content Include="Images\cross-10.png" />
<Content Include="Images\cross10_new.png" />
<Content Include="Images\enable_classic.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Images\facebook.png" />
<Content Include="Images\favicon.png" />
<Content Include="Images\github-icon.png" />
Expand Down

0 comments on commit dc2f1f8

Please sign in to comment.