Skip to content

Commit f378bcf

Browse files
author
Pavel Anihimovsky
committed
Update pipeline
1 parent 9c948cd commit f378bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ steps:
4646

4747
- script: dotnet pack Aquality.Selenium\src\Aquality.Selenium\Aquality.Selenium.csproj -c $(buildConfiguration) --no-build -p:Version=$(GitVersion.NuGetVersion) -o $(Build.ArtifactStagingDirectory)
4848
displayName: 'Create NuGet package'
49-
#condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
49+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
5050

5151
#- task: NuGetCommand@2
5252
# displayName: 'Push NuGet package'

0 commit comments

Comments
 (0)