diff --git a/build/VSIX.targets b/build/VSIX.targets index b2b6bf80f8..5d871caf94 100644 --- a/build/VSIX.targets +++ b/build/VSIX.targets @@ -12,25 +12,19 @@ DependsOnTargets="RestoreVSIX;PackageVSIX" Condition="'$(OS)'=='Windows_NT'" /> - - - - - - - - - %(MSBuild15ExePaths.FullPath) - + + + - - - + + + - $(ArtifactsDir)msbuild\ $(MSBuildArtifactsDir)vsix.log @@ -57,7 +51,8 @@ Lines="@(MSBuildArguments)" Overwrite="true" /> - + diff --git a/korebuild.json b/korebuild.json new file mode 100644 index 0000000000..4af8c89b72 --- /dev/null +++ b/korebuild.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json", + "channel": "dev", + "toolsets": { + "visualstudio": { + "required": false, + "includePrerelease": true, + "minVersion": "15.0.26730.03", + "requiredWorkloads": [ + "Microsoft.VisualStudio.Component.VSSDK" + ] + } + } +}