mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Oops, fix the commit tag & mesage (#43)
This commit is contained in:
parent
0d4d1c81fa
commit
6bcb1cc260
@ -16,7 +16,6 @@ pool:
|
||||
variables:
|
||||
CURRENT_DATE: $[format('{0:yyyyMMdd\-HHmmss}', pipeline.startTime)]
|
||||
REPOSITORY_NAME: $(Build.Repository.Name)
|
||||
COMMIT_TAG: $(git log --format=%h -1)
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
@ -49,6 +48,8 @@ steps:
|
||||
cp GodMode9i.cia GodMode9i/
|
||||
7z a GodMode9i.7z GodMode9i/
|
||||
cp GodMode9i.7z $(Build.ArtifactStagingDirectory)/GodMode9i.7z
|
||||
echo '##vso[task.setvariable variable=COMMIT_TAG]'$(git log --format=%h -1)
|
||||
echo '##vso[task.setvariable variable=COMMIT_MESSAGE]'$(git log --pretty=format:"%an - %s" -1)
|
||||
displayName: 'Pack 7z'
|
||||
|
||||
- script: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user