Skip to content
Open
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 build-tools/automation/azure-pipelines-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ variables:
value: 'true'
- name: DOTNET_SDK_VULNERABILITY_CHECK_DISABLE
value: 'true'
- name: NuGetAudit
value: 'false'
# Override for internal pipeline
- name: DefaultJavaSdkMajorVersion
value: 21
Expand Down Expand Up @@ -903,7 +905,7 @@ stages:
- template: /build-tools/automation/yaml-templates/run-dotnet-preview.yaml
parameters:
command: new
arguments: maui -o $(Build.StagingDirectory)/MauiTestProj
arguments: maui -o $(Build.StagingDirectory)/MauiTestProj --no-restore
xaSourcePath: $(Build.SourcesDirectory)/android
displayName: Create MAUI template
continueOnError: false
Expand Down
2 changes: 1 addition & 1 deletion build-tools/automation/azure-pipelines-public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ stages:
- template: /build-tools/automation/yaml-templates/run-dotnet-preview.yaml
parameters:
command: new
arguments: maui -o $(Build.StagingDirectory)/MauiTestProj
arguments: maui -o $(Build.StagingDirectory)/MauiTestProj --no-restore
xaSourcePath: $(Build.SourcesDirectory)/android
displayName: Create MAUI template
continueOnError: false
Expand Down
2 changes: 1 addition & 1 deletion build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ extends:
- template: /build-tools/automation/yaml-templates/run-dotnet-preview.yaml@self
parameters:
command: new
arguments: maui -o $(Build.StagingDirectory)/MauiTestProj
arguments: maui -o $(Build.StagingDirectory)/MauiTestProj --no-restore
xaSourcePath: $(Build.SourcesDirectory)/android
displayName: Create MAUI template
continueOnError: false
Expand Down
2 changes: 2 additions & 0 deletions build-tools/automation/yaml-templates/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,5 @@ variables:
value: 'true'
- name: DOTNET_SDK_VULNERABILITY_CHECK_DISABLE
value: 'true'
- name: NuGetAudit
value: 'false'