Skip to content

Commit

Permalink
test exclude
Browse files Browse the repository at this point in the history
remove settings usage

test version

Update ci.yaml

Update ci.yaml
  • Loading branch information
tayomadein committed Nov 4, 2022
1 parent 1ad9792 commit 9cc1f4b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Pipelines/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
# Licensed under the MIT License.

# CI build producing developer packages.

variables:
- template: Config/settings.yaml
- name: Version.Revision
value: $[counter(variables['MRTKGraphicsToolsVersion'], 1)]
- name: Version.PreReleaseRevision
value: $[counter(variables['MRTKGraphicsToolsReleaseTag'], 1)]

resources:
repositories:
Expand All @@ -34,8 +29,12 @@ jobs:
- checkout: self

- checkout: PipelineTools

- pwsh: $MRTKGraphicsToolsVersion=(Get-Content -Raw -Path $(Build.SourcesDirectory)/MixedReality-GraphicsTools-Unity/com.microsoft.mrtk.graphicstools.unity/package.json | ConvertFrom-Json).version

- pwsh: Write-Host "##vso[build.updatebuildnumber]$(MRTKGraphicsToolsVersion)"
- pwsh: Write-Host $MRTKGraphicsToolsVersion

- pwsh: Write-Host "##vso[build.updatebuildnumber]$MRTKGraphicsToolsVersion"
displayName: 'Set Build Number'

- task: ComponentGovernanceComponentDetection@0
Expand Down

0 comments on commit 9cc1f4b

Please sign in to comment.