Skip to content

Commit dc2f1f8

Browse files
note-enabling classic build and release pipeline (#1001)
Co-authored-by: aksh-h <akshay.hosur@ecanarys.com>
1 parent 54af803 commit dc2f1f8

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

17.2 KB
Loading

src/VstsDemoBuilder/Views/Environment/CreateProject.cshtml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,17 @@
304304
Notification section
305305
-->
306306
<div class="col-md-3 order-2 order-md-3">
307+
<div class="card text-white mb-3 vstsScroll" id="announcement" style="max-height:250px;overflow-y:auto;">
308+
<div class="card-header bg-primary">Note - enable the classic build and release pipeline!!</div>
309+
<div class="card-body" style="background-color:white; color:red;">
310+
<ul style="padding-left:10px; list-style-type:none">
311+
<li>
312+
<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>
313+
<p>We are working on migrating the classic pipelines to YAML.</p>
314+
</li>
315+
</ul>
316+
</div>
317+
</div>
307318
<!-- Description card -->
308319
<div class="card text-white mb-3 vstsScroll" id="lblDescription" style="max-height:250px;overflow-y:auto;">
309320
<div class="card-header bg-primary ">About this Template</div>
@@ -316,15 +327,13 @@
316327
</p>
317328
</div>
318329
</div>
330+
319331
<div class="card text-white mb-3 vstsScroll" id="announcement" style="max-height:250px;overflow-y:auto;">
320332
<div class="card-header bg-primary">What's new?</div>
321333
<div class="card-body" style="background-color:white; color:black">
322334
<ul style="padding-left:10px">
323335
<li>
324-
New templates in Microsoft Learning and Cloud Adoption Framework platform
325-
</li>
326-
<li>
327-
Switch Directory option for switching between organization directories. Click on <a href="../account/index">Sign In</a> once you switch the organization.
336+
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>
328337
</li>
329338
</ul>
330339
</div>

src/VstsDemoBuilder/VstsDemoBuilder.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@
433433
<Content Include="Images\create_img_final1.png" />
434434
<Content Include="Images\cross-10.png" />
435435
<Content Include="Images\cross10_new.png" />
436+
<Content Include="Images\enable_classic.png">
437+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
438+
</Content>
436439
<Content Include="Images\facebook.png" />
437440
<Content Include="Images\favicon.png" />
438441
<Content Include="Images\github-icon.png" />

0 commit comments

Comments
 (0)