Skip to content

Commit 47fdfaf

Browse files
committed
2 parents 827c6e9 + b56ac4f commit 47fdfaf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ stages:
274274
title: 'ReportGenerator_$(Version)'
275275
releaseNotesSource: inline
276276
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'
278278
continueOnError: true
279279

280280
- task: FtpUpload@1
@@ -284,7 +284,7 @@ stages:
284284
serverUrl: '$(ftpHost)'
285285
username: '$(ftpUser)'
286286
password: '$(ftpPassword)'
287-
rootDirectory: '$(System.DefaultWorkingDirectory)/packages/zip'
287+
rootDirectory: '../packages/zip'
288288
filePatterns: 'ReportGenerator_*.zip'
289289
remoteDirectory: /
290290
cleanContents: true
@@ -294,7 +294,7 @@ stages:
294294
displayName: 'NuGet push'
295295
inputs:
296296
command: push
297-
packagesToPush: '$(System.DefaultWorkingDirectory)/packages/nuget/*.nupkg'
297+
packagesToPush: '../packages/nuget/*.nupkg'
298298
nuGetFeedType: external
299299
publishFeedCredentials: Nuget.org
300300
continueOnError: true
@@ -309,7 +309,7 @@ stages:
309309
inputs:
310310
connectedServiceName: 'Visual Studio Marketplace'
311311
fileType: vsix
312-
vsixFile: '$(System.DefaultWorkingDirectory)/packages/vsix/Palmmedia.reportgenerator-*.vsix'
312+
vsixFile: '../packages/vsix/Palmmedia.reportgenerator-*.vsix'
313313
updateTasksVersion: false
314314
continueOnError: true
315315

@@ -318,7 +318,7 @@ stages:
318318
inputs:
319319
command: push
320320
pushOperation: multiple
321-
pushWorkingDirectory: '$(System.DefaultWorkingDirectory)/packages/chocolatey'
321+
pushWorkingDirectory: '../packages/chocolatey'
322322
chocolateySourceType: stored
323323
externalEndpoint: Chocolatey
324-
continueOnError: true
324+
continueOnError: true

0 commit comments

Comments
 (0)