Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .azure/pipelines/template-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pr:
- release/*
paths:
include:
- src/ProjectTemplates/**/*
- src/ProjectTemplates/*

variables:
- name: _UseHelixOpenQueues
Expand All @@ -33,6 +33,8 @@ jobs:
agentOs: Windows
timeoutInMinutes: 180
steps:
- script: git submodule update --init
displayName: Update submodules
# Build the shared framework
- script: ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
Expand Down
1 change: 1 addition & 0 deletions src/ProjectTemplates/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<PropertyGroup>
<!-- The .csproj files in this folder do not actually produce .dll's. They are only present to produce .nupkgs and enable Visual Studio support -->
<!-- This is a test change -->
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
</PropertyGroup>

Expand Down
Loading