Skip to content

Commit e1214b2

Browse files
committed
Build
1 parent e2e55d0 commit e1214b2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

azure-pipelines.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ stages:
2626
custom: '--info'
2727

2828
- task: UseDotNet@2
29-
displayName: 'Use .NET Core SDK 3.1.302'
29+
displayName: 'Use .NET Core SDK 3.1.401'
3030
inputs:
3131
packageType: sdk
32-
version: 3.1.302
32+
version: 3.1.401
3333

3434
- task: DotNetCoreCLI@2
3535
displayName: 'dotnet info'
@@ -52,8 +52,6 @@ stages:
5252
displayName: 'NuGet Restore'
5353
inputs:
5454
restoreSolution: '$(solution)'
55-
feedsToUse: config
56-
nugetConfigPath: 'src/NuGet.Config'
5755

5856
# Compile
5957
- task: VSBuild@1

0 commit comments

Comments
 (0)