We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c948cd commit f378bcfCopy full SHA for f378bcf
azure-pipelines.yml
@@ -46,7 +46,7 @@ steps:
46
47
- script: dotnet pack Aquality.Selenium\src\Aquality.Selenium\Aquality.Selenium.csproj -c $(buildConfiguration) --no-build -p:Version=$(GitVersion.NuGetVersion) -o $(Build.ArtifactStagingDirectory)
48
displayName: 'Create NuGet package'
49
- #condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
+ condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
50
51
#- task: NuGetCommand@2
52
# displayName: 'Push NuGet package'
0 commit comments