Skip to content

Commit 5e29689

Browse files
committed
build: Temporarily turn off release check for unity upload
1 parent 2f83f9c commit 5e29689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
# publishFeedCredentials: "NuGet.org"
156156
- task: GitHubRelease@0
157157
displayName: Upload Unity zip to Github
158-
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
158+
#condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
159159
inputs:
160160
gitHubConnection: "release"
161161
repositoryName: "buttplugio/buttplug-csharp"

0 commit comments

Comments
 (0)
close