diff --git a/scripts/release.yml b/scripts/release.yml index 79e94c6d1..3e96bef86 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -72,7 +72,7 @@ jobs: - task: CopyFiles@2 inputs: sourceFolder: $(Build.ArtifactStagingDirectory) - targetFilder: tmp + targetFolder: tmp # TBD: build NuGet package # TBD: this script should build a specific pre-specified tag - task: GitHubRelease@0