Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 7dd125a

Browse files
committed
fix ci
1 parent 8b455c7 commit 7dd125a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ stages:
5656
workingDirectory: '$(Build.SourcesDirectory)'
5757
arguments: -path $(Build.SourcesDirectory)/NuGet/linq2db.EntityFrameworkCore.nuspec -version $(packageVersion) -branch $(Build.SourceBranchName)
5858
displayName: Generate nuspec
59-
condition: and(succeeded(), or(eq(variables['Build.SourceBranchName'], 'release.7'), eq(variables['Build.SourceBranchName'], 'master')))
59+
condition: and(succeeded(), or(eq(variables['Build.SourceBranchName'], 'release.7'), eq(variables['Build.SourceBranchName'], 'version7')))
6060

6161
- task: NuGetToolInstaller@1
6262

@@ -79,7 +79,7 @@ stages:
7979
pathToPublish: '$(Build.SourcesDirectory)/NuGet/built'
8080
artifactName: '$(artifact_nugets)'
8181
displayName: Publish nugets to artifacts
82-
condition: and(succeeded(), or(eq(variables['Build.SourceBranchName'], 'release.7'), eq(variables['Build.SourceBranchName'], 'master')))
82+
condition: and(succeeded(), or(eq(variables['Build.SourceBranchName'], 'release.7'), eq(variables['Build.SourceBranchName'], 'version7')))
8383

8484
- task: NuGetCommand@2
8585
inputs:

0 commit comments

Comments
 (0)