Skip to content

Commit 361bbff

Browse files
author
Maddie Clayton
authored
Merge pull request #5691 from cormacpayne/update-wxi
Update wxi to include missing assembly from Websites project
2 parents 11e3477 + fa1d98d commit 361bbff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

setup/azurecmdfiles.wxi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,6 +1606,9 @@
16061606
<Component Id="cmp290DCECAD3F108A59F02284A766347B4" Guid="*">
16071607
<File Id="filE2FA62AC986A90A10EED5435681540D2" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\AzureRM.Websites.psm1" />
16081608
</Component>
1609+
<Component Id="cmp1AD5D089CFEB806F586949FFB0B6C3A5" Guid="*">
1610+
<File Id="filC4E9A426D417BD8BDF2D8C7BCB9D4192" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Common.Strategies.3.dll" />
1611+
</Component>
16091612
<Component Id="cmp8F839B12289A46E7A8870014F8111911" Guid="*">
16101613
<File Id="fil449FE2073F074013C18B88473DD9F75D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Websites.dll" />
16111614
</Component>
@@ -3638,6 +3641,7 @@
36383641
<ComponentRef Id="cmpDDDF9C1D9078AFB4B51514831106212D" />
36393642
<ComponentRef Id="cmpF679AA745A78D9232AFA533AC5A06B55" />
36403643
<ComponentRef Id="cmp290DCECAD3F108A59F02284A766347B4" />
3644+
<ComponentRef Id="cmp1AD5D089CFEB806F586949FFB0B6C3A5" />
36413645
<ComponentRef Id="cmp8F839B12289A46E7A8870014F8111911" />
36423646
<ComponentRef Id="cmpAC5BC334718546D9DDEBC02E08A4532E" />
36433647
<ComponentRef Id="cmp1E3B57026A388D007110B00870507DBC" />

src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/JobScheduleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public JobScheduleTests(Xunit.Abstractions.ITestOutputHelper output)
2626
}
2727

2828
[Fact]
29-
[Trait(Category.AcceptanceType, Category.CheckIn)]
29+
[Trait(Category.AcceptanceType, Category.Flaky)]
3030
public void TestJobScheduleCRUD()
3131
{
3232
BatchController.NewInstance.RunPsTest("Test-JobScheduleCRUD");

0 commit comments

Comments
 (0)