File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -38,28 +38,38 @@ stages:
38
38
displayName : " restoring solution"
39
39
inputs :
40
40
command : ' restore'
41
+ feedsToUse : config
42
+ nugetConfigPath : " nuget.config"
41
43
projects : " dotnet-anv.sln"
42
44
- task : DotNetCoreCLI@2
43
45
name : " build_solution"
44
46
inputs :
45
47
command : " build"
48
+ feedsToUse : config
49
+ nugetConfigPath : " nuget.config"
46
50
configuration : " release"
47
51
projects : " dotnet-anv.sln"
48
52
- task : DotNetCoreCLI@2
49
53
name : " test_solution"
50
54
inputs :
51
55
command : " test"
56
+ feedsToUse : config
57
+ nugetConfigPath : " nuget.config"
52
58
configuration : " Release"
53
59
projects : " dotnet-anv.sln"
54
60
- task : DotNetCoreCLI@2
55
61
name : " pack_solution"
56
62
inputs :
57
63
command : " pack"
64
+ feedsToUse : config
65
+ nugetConfigPath : " nuget.config"
58
66
configuration : " release"
59
67
packagesToPack : " dotnet-ansible-vault-decoder/dotnet-ansible-vault-decoder.csproj"
60
68
- task : DotNetCoreCLI@2
61
69
name : " publish_project"
62
70
inputs :
71
+ feedsToUse : config
72
+ nugetConfigPath : " nuget.config"
63
73
command : " custom"
64
74
custom : " publish"
65
75
arguments : " -c Release -r $(rid) -p:PackAsTool=false"
You can’t perform that action at this time.
0 commit comments