зеркало из https://github.com/dotnet/infer.git
Disabled nuget fallback when building with dotnet. (#4)
This commit is contained in:
Родитель
c5abdb6c98
Коммит
7efac3528b
|
@ -19,9 +19,9 @@ steps:
|
|||
version: '2.1.202'
|
||||
|
||||
- script: |
|
||||
dotnet build --configuration $(BuildConfiguration)Core Infer2.sln
|
||||
dotnet build /p:DisableImplicitNuGetFallbackFolder=true --configuration $(BuildConfiguration)Core Infer2.sln
|
||||
displayName: Build Solution
|
||||
|
||||
- template: netcoretest-fast.yml
|
||||
parameters:
|
||||
Configuration: '$(BuildConfiguration)Core'
|
||||
Configuration: '$(BuildConfiguration)Core'
|
||||
|
|
|
@ -20,9 +20,9 @@ steps:
|
|||
version: '2.1.202'
|
||||
|
||||
- script: |
|
||||
dotnet build --configuration $(buildConfiguration)Core Infer2.sln
|
||||
dotnet build /p:DisableImplicitNuGetFallbackFolder=true --configuration $(buildConfiguration)Core Infer2.sln
|
||||
displayName: Build Solution
|
||||
|
||||
- template: netcoretest-fast.yml
|
||||
parameters:
|
||||
Configuration: '$(buildConfiguration)Core'
|
||||
Configuration: '$(buildConfiguration)Core'
|
||||
|
|
Загрузка…
Ссылка в новой задаче