File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/ResourceManager/Profile/Commands.Profile.Test Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 314
314
<Exec Command =" " $(PowerShellCoreCommand)" -NonInteractive -NoLogo -NoProfile -Command " Set-Variable -Name ProgressPreference -Value 'SilentlyContinue';. $(LibraryToolsFolder)\GenerateHelp.ps1 -GenerateMamlHelp -BuildConfig $(Configuration) " " ContinueOnError =" true" Condition =" '$(SkipHelp)' == 'false' and '$(Latest)' == 'true'" />
315
315
316
316
<!-- Cleanup extraneous files. -->
317
- <!-- < Exec Command=""$(PowerShellCoreCommand)" -NonInteractive -NoLogo -NoProfile -Command ". $(LibraryToolsFolder)\CleanupBuild.ps1 -BuildConfig $(Configuration) "" /> -- >
317
+ <Exec Command =" " $(PowerShellCoreCommand)" -NonInteractive -NoLogo -NoProfile -Command " . $(LibraryToolsFolder)\CleanupBuild.ps1 -BuildConfig $(Configuration) " " />
318
318
319
319
<CallTarget Targets =" CodeSignBinaries" Condition =" '$(CodeSign)' == 'true' " />
320
320
</Target >
Original file line number Diff line number Diff line change @@ -727,7 +727,12 @@ public void ProfileSerializeDeserializeWorks()
727
727
Assert . Equal ( "http://insights.contoso.io/" , deserializedProfile . DefaultContext . Environment . GetProperty ( AzureEnvironment . ExtendedEndpoint . OperationalInsightsEndpointResourceId ) ) ;
728
728
}
729
729
730
+ #if NETSTANDARD
731
+ [ Fact ( Skip = "Serialized property order changes from NetCore 2.1.2 -> 2.1.200" ) ]
732
+ [ Trait ( Category . RunType , Category . DesktopOnly ) ]
733
+ #else
730
734
[ Fact ]
735
+ #endif
731
736
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
732
737
public void SavingProfileWorks ( )
733
738
{
You can’t perform that action at this time.
0 commit comments