Skip to content

Commit

Permalink
Move MSBuildEnableWorkloadResolver to directory build props
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Feb 12, 2022
1 parent cde9271 commit 0c37f86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<AvaloniaPreviewerNetCoreToolPath>$(MSBuildThisFileDirectory)\src\tools\Avalonia.Designer.HostApp\bin\$(Configuration)\netcoreapp2.0\Avalonia.Designer.HostApp.dll</AvaloniaPreviewerNetCoreToolPath>
<!-- https://github.com/dotnet/msbuild/issues/2661 -->
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies>
<MSBuildEnableWorkloadResolver>true</MSBuildEnableWorkloadResolver>
</PropertyGroup>
</Project>
3 changes: 0 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
variables:
MSBuildEnableWorkloadResolver: 'false'

jobs:

- job: GetPRNumber
Expand Down

0 comments on commit 0c37f86

Please sign in to comment.