Remove node in pipeline.

This commit is contained in:
Jared Goodwin 2023-04-27 13:06:12 -07:00
parent c4942ff372
commit 47fc7e88f7
3 changed files with 1 additions and 15 deletions

View File

@ -90,12 +90,6 @@ jobs:
- task: VisualStudioTestPlatformInstaller@1
displayName: Visual Studio Test Platform Installer
- task: NodeTool@0
inputs:
versionSource: 'spec'
versionSpec: '6.x'
checkLatest: true
- task: DownloadPipelineArtifact@2
displayName: Download macOS x64 Agent
inputs:

View File

@ -13,14 +13,6 @@
<ServerGarbageCollection>false</ServerGarbageCollection>
</PropertyGroup>
<ItemGroup>
<Compile Remove="bin\**" />
<Content Remove="bin\**" />
<EmbeddedResource Remove="bin\**" />
<None Remove="bin\**" />
<TypeScriptCompile Remove="bin\**" />
<TypeScriptCompile Remove="node_modules\**" />
</ItemGroup>
<ItemGroup>

@ -1 +1 @@
Subproject commit 42e28bd6173115a1fff3930192c9f1a1623b6683
Subproject commit 2b143c668afad6a4c5e6709163a2699f6b876e8f