Skip to content

Commit

Permalink
Remove node in pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 27, 2023
1 parent c4942ff commit 47fc7e8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
6 changes: 0 additions & 6 deletions .azure-pipelines/Release Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 0 additions & 8 deletions Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 47fc7e8

Please sign in to comment.