Skip to content

Commit

Permalink
#16 tweaking version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreypalermo committed Sep 30, 2022
1 parent 90952cb commit 6369b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
name: $(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Version)

trigger:
- "*"
Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Function Init {
}


Write-Host $projectConfig
Write-Host $version
Write-Output $projectConfig
Write-Output $version
}


Expand Down

0 comments on commit 6369b8a

Please sign in to comment.