From e6a5af09f45017ee79fe180d180fb9ae785e2697 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Thu, 14 Mar 2019 19:35:15 -0500 Subject: [PATCH] updated NuGet Release build steps (#82) --- build-system/windows-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-system/windows-release.yaml b/build-system/windows-release.yaml index d9cb5315..9c2a4494 100644 --- a/build-system/windows-release.yaml +++ b/build-system/windows-release.yaml @@ -14,18 +14,18 @@ variables: - group: signingSecrets #create this group with SECRET variables `signingUsername` and `signingPassword` - group: nugetKeys #create this group with SECRET variables `nugetKey` - name: githubConnectionName - value: yourConnection #replace this + value: AkkaDotNet #replace this - name: projectName - value: yourProjectName #replace this + value: HOCON #replace this - name: githubRepositoryName - value: yourOrganization/yourRepo #replace this + value: akkadotnet/HOCON #replace this steps: - task: BatchScript@1 displayName: 'FAKE Build' inputs: filename: build.cmd - arguments: 'All SignClientUser=$(signingUsername) SignClientSecret=$(signingPassword) nugetpublishurl=https://www.nuget.org/api/v2/package nugetkey=$(nugetKey)' + arguments: 'All nugetpublishurl=https://www.nuget.org/api/v2/package nugetkey=$(nugetKey)' - task: GitHubRelease@0 displayName: 'GitHub release (create)'