PreInfo: I have .net core web api (vs2015) mixed with just ordinary projects.
I have spent almost 2 days now to get this to work and search and tried everything I can think of, but I just cant for the live of me get the build and release in TFS online to play together.
The build (publish artifact step) says "Directory 'D:a1a' is empty. Nothing will be added to build artifact 'drop'."
but the "run dot net" step says
"Published to D:a1sOperatorMobileService
ootMobileServicesrcAMP.Operator.MobileServicein
elease
et452win7-x64publish"
...so it must be somewhere the release can pick it up but no matter what I try I can′t get it to be picked up.
Here is my build setup
dotnet run
publishing
And the realse with $(System.DefaultWorkingDirectory)/MobileService-Dev please note that I have tried every combo of $(build.artifactstagingdirectory) in the build to publish without luck but I sure this should point to the publishing folder for the build
I so hope somebody can point me to a solution. I just can′t understand how hard it is to make this work..
question from:
https://stackoverflow.com/questions/41962843/how-to-access-artifacts-folder-after-build-in-tfs-online 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…