File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/Tools/dotnet-watch/test Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ stages:
626
626
parameters :
627
627
condition : ne(variables['SkipTests'], 'true')
628
628
jobName : MacOS_Test
629
- jobDisplayName : " Test: macOS 10.14 "
629
+ jobDisplayName : " Test: macOS 10.15 "
630
630
agentOs : macOS
631
631
isTestingJob : true
632
632
buildArgs : --all --test "/p:RunTemplateTests=false" $(_InternalRuntimeDownloadArgs)
@@ -778,7 +778,7 @@ stages:
778
778
- Windows_Templates_Test
779
779
- Windows_Test
780
780
pool :
781
- vmImage : vs2017-win2016
781
+ vmImage : windows-latest
782
782
publishUsingPipelines : ${{ variables._PublishUsingPipelines }}
783
783
enablePublishBuildArtifacts : true # publish artifacts/log files
784
784
Original file line number Diff line number Diff line change 89
89
# See https://github.com/dotnet/arcade/blob/master/Documentation/ChoosingAMachinePool.md
90
90
pool :
91
91
${{ if eq(parameters.agentOs, 'macOS') }} :
92
- vmImage : macOS-10.14
92
+ vmImage : macOS-10.15
93
93
${{ if eq(parameters.agentOs, 'Linux') }} :
94
94
vmImage : ubuntu-18.04
95
95
${{ if eq(parameters.agentOs, 'Windows') }} :
Original file line number Diff line number Diff line change @@ -93,9 +93,10 @@ await UsingTempDirectory(async dir =>
93
93
} ) ;
94
94
}
95
95
96
- [ Theory ]
96
+ [ ConditionalTheory ]
97
97
[ InlineData ( true ) ]
98
98
[ InlineData ( false ) ]
99
+ [ SkipOnCI ]
99
100
public async Task MoveFile ( bool usePolling )
100
101
{
101
102
await UsingTempDirectory ( async dir =>
You can’t perform that action at this time.
0 commit comments