File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2727trigger : none # disable triggers based on commits.
2828
2929variables :
30- PACKAGE_NAME : ' microsoft. graph. core'
31- PROJECT_PATH : ' .\src\Microsoft.Graph.Core\Microsoft.Graph.Core.csproj '
30+ PACKAGE_NAME : ' microsoft- graph- core'
31+ PROPERTIES_PATH : ' .\gradle.properties '
3232
3333pool :
3434 vmImage : windows-latest
@@ -44,10 +44,11 @@ steps:
4444 debugMode : false
4545
4646- task : PowerShell@2
47- condition : and(failed(), eq($( Build.SourceBranchName) , 'dev')
47+ condition : and(failed(), eq(variables[' Build.SourceBranchName'] , 'dev') )
4848 inputs :
49- filePath : ' $(System.DefaultWorkingDirectory)/ Scripts/ validateMavenVersion.ps1'
49+ filePath : ' $(System.DefaultWorkingDirectory)\ Scripts\ validateMavenVersion.ps1'
5050 pwsh : true
51+ arguments : ' -packageName "$(PACKAGE_NAME)" -propertiesPath "$(PROPERTIES_PATH)"'
5152
5253- task : Gradle@2
5354 inputs :
You can’t perform that action at this time.
0 commit comments