Skip to content

Commit bfbb056

Browse files
[vs17.8] Official Build MpPreference workaround (#11471)
Co-authored-by: Jan Provaznik <[email protected]>
1 parent a7c17e4 commit bfbb056

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vsts-dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ extends:
114114
steps:
115115
- task: NuGetToolInstaller@1
116116
displayName: 'Install NuGet.exe'
117+
- pwsh: Get-MpComputerStatus
118+
119+
- pwsh: Set-MpPreference -DisableRealtimeMonitoring $true
117120

118121
- task: NuGetCommand@2
119122
displayName: Restore internal tools

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
33
<Project>
44
<PropertyGroup>
5-
<VersionPrefix>17.8.21</VersionPrefix>
5+
<VersionPrefix>17.8.22</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.7.0</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)