parent
9b57f318ba
commit
7681f9080a
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -6,8 +6,7 @@ pipeline {
|
||||
steps{
|
||||
dotnetPack(outputDirectory: "./", project: "nugettest/")
|
||||
sh """
|
||||
echo "look at me, i am line 2 now"
|
||||
files=( ./*.nupkg)
|
||||
files=( ./*.nupkg )
|
||||
fullfilename=\$(basename -- \${files[0]})
|
||||
noext=\${fullfilename%.*}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user