mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Remove node in pipeline.
This commit is contained in:
parent
c4942ff372
commit
47fc7e88f7
@ -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:
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user