@@ -274,7 +274,7 @@ stages:
274
274
title : ' ReportGenerator_$(Version)'
275
275
releaseNotesSource : inline
276
276
releaseNotesInline : ' This release requires .NET 4.7 or .NET Core 2.x/3.x.'
277
- assets : ' $(System.DefaultWorkingDirectory) /packages/zip/ReportGenerator_*.zip'
277
+ assets : ' .. /packages/zip/ReportGenerator_*.zip'
278
278
continueOnError : true
279
279
280
280
- task : FtpUpload@1
@@ -284,7 +284,7 @@ stages:
284
284
serverUrl : ' $(ftpHost)'
285
285
username : ' $(ftpUser)'
286
286
password : ' $(ftpPassword)'
287
- rootDirectory : ' $(System.DefaultWorkingDirectory) /packages/zip'
287
+ rootDirectory : ' .. /packages/zip'
288
288
filePatterns : ' ReportGenerator_*.zip'
289
289
remoteDirectory : /
290
290
cleanContents : true
@@ -294,7 +294,7 @@ stages:
294
294
displayName : ' NuGet push'
295
295
inputs :
296
296
command : push
297
- packagesToPush : ' $(System.DefaultWorkingDirectory) /packages/nuget/*.nupkg'
297
+ packagesToPush : ' .. /packages/nuget/*.nupkg'
298
298
nuGetFeedType : external
299
299
publishFeedCredentials : Nuget.org
300
300
continueOnError : true
@@ -309,7 +309,7 @@ stages:
309
309
inputs :
310
310
connectedServiceName : ' Visual Studio Marketplace'
311
311
fileType : vsix
312
- vsixFile : ' $(System.DefaultWorkingDirectory) /packages/vsix/Palmmedia.reportgenerator-*.vsix'
312
+ vsixFile : ' .. /packages/vsix/Palmmedia.reportgenerator-*.vsix'
313
313
updateTasksVersion : false
314
314
continueOnError : true
315
315
@@ -318,7 +318,7 @@ stages:
318
318
inputs :
319
319
command : push
320
320
pushOperation : multiple
321
- pushWorkingDirectory : ' $(System.DefaultWorkingDirectory) /packages/chocolatey'
321
+ pushWorkingDirectory : ' .. /packages/chocolatey'
322
322
chocolateySourceType : stored
323
323
externalEndpoint : Chocolatey
324
- continueOnError : true
324
+ continueOnError : true
0 commit comments