File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 6
6
- script : build -target BuildServer
7
7
env :
8
8
SYSTEM_ACCESSTOKEN : $(System.AccessToken)
9
- MYGET_KEY : $(MYGET_API_KEY )
9
+ MYGET_KEY : $(MYGET_KEY )
10
10
- job : Linux
11
11
pool :
12
12
vmImage : ' ubuntu 16.04'
20
20
steps :
21
21
- script : pwsh ./build.ps1 -target BuildServer
22
22
env :
23
- SYSTEM_ACCESSTOKEN : $(System.AccessToken)
23
+ SYSTEM_ACCESSTOKEN : $(System.AccessToken)
Original file line number Diff line number Diff line change @@ -174,8 +174,6 @@ Task("MyGet")
174
174
throw new InvalidOperationException ( "Could not resolve MyGet API key." ) ;
175
175
}
176
176
177
- Information ( mygetKey . Substring ( 0 , 2 ) + ".." + mygetKey . Substring ( mygetKey . Length - 2 ) ) ;
178
-
179
177
foreach ( var nupkg in GetFiles ( $ "{ buildDir } /*.nupkg") )
180
178
{
181
179
NuGetPush ( nupkg , new NuGetPushSettings
You can’t perform that action at this time.
0 commit comments