what path do i specify in my yml file.
I'm trying to learn how to use appveyor. what path do i set in my yml file?
in github the path where the solution reside is ServiceFabric/Services/The Method/Microservice/ServiceModelEx.ServiceFabric/
******** BUILD REPORT ******************
Build started
git clone -q --branch=master https://github.com/rafae11/ServiceFabric.git C:\projects\servicefabric
git checkout -qf 597c28aa800c150b56bc79e50cee6501745b1d44
nuget restore
The folder 'C:\projects\servicefabric' does not contain an msbuild solution or packages.config file to restore.
Command exited with code 1
*******YML FILE*********
version: 1.0.{build}
skip_tags: true
image: Visual Studio 2019
configuration: Release
platform: Any CPU
before_build:
- nuget restore
- choco install opencover.portable
- choco install codecov
build:
verbosity: detailed
project: ServiceModelEx.ServiceFabric\Microservice.sln
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 18 Feb, 2020 07:49 PM
Try
nuget restore ServiceModelEx.ServiceFabric\Microservice.sln
.2 Posted by rafae11 on 19 Feb, 2020 08:16 PM
thanks, it is working now.
On Tuesday, February 18, 2020, 11:49:47 AM PST, Feodor Fitsner <[email blocked]> wrote:
#yiv9963248504 pre {width:92%;margin:10px 2%;padding:5px 2%;background:#efefef;border:1px solid #d6d6d6;}#yiv9963248504 blockquote {margin-left:0;padding-left:1em;border-left:5px solid #ccc;}
|
rafae11 closed this discussion on 19 Feb, 2020 11:29 PM.
rafae11 re-opened this discussion on 19 Feb, 2020 11:29 PM
rafae11 closed this discussion on 19 Feb, 2020 11:29 PM.