We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4594be6 commit 2cc02c8Copy full SHA for 2cc02c8
.azure/pipelines/ci-public.yml
@@ -47,6 +47,8 @@ parameters:
47
variables:
48
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
49
value: true
50
+- name: GRADLE_USER_HOME
51
+ value: $(Build.SourcesDirectory)/.gradle
52
- name: _TeamName
53
value: AspNetCore
54
- name: _PublishUsingPipelines
.azure/pipelines/ci.yml
@@ -31,6 +31,8 @@ parameters:
31
32
33
34
35
36
37
38
.gitignore
@@ -3,6 +3,7 @@ artifacts/
3
bin/
4
obj/
5
.dotnet/
6
+.gradle/
7
.nuget/
8
.packages/
9
.tools/
0 commit comments