|
@ -15,7 +15,7 @@ steps: |
|
|
- cd ./build |
|
|
- cd ./build |
|
|
- chmod 755 ./build.sh |
|
|
- chmod 755 ./build.sh |
|
|
- ./build.sh |
|
|
- ./build.sh |
|
|
- 'git --no-pager log --date=format:"%Y-%m-%d %H:%M:%S" --pretty=format:"%h - %ad %cn: %s %b" --invert-grep --grep="CI SKIP" --grep="drone" >log.txt' |
|
|
- 'git --no-pager log --date=format:"%Y-%m-%d %H:%M:%S" --pretty=format:"%h - %ad %cn: %s %b" --invert-grep --grep="CI SKIP" --grep="drone" >./publish/log.txt' |
|
|
- echo "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}\n">./publish/version.txt |
|
|
- echo "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_AUTHOR}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}\n">./publish/version.txt |
|
|
- echo ${DRONE_COMMIT_MESSAGE}>>./publish/version.txt |
|
|
- echo ${DRONE_COMMIT_MESSAGE}>>./publish/version.txt |
|
|
- dotnet nuget locals global-packages --list |
|
|
- dotnet nuget locals global-packages --list |
|
|