what path do i specify in my yml file.

rafae11's Avatar

rafae11

18 Feb, 2020 04:27 PM

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

  1. Support Staff 1 Posted by Feodor Fitsner on 18 Feb, 2020 07:49 PM

    Feodor Fitsner's Avatar

    Try nuget restore ServiceModelEx.ServiceFabric\Microservice.sln.

  2. 2 Posted by rafae11 on 19 Feb, 2020 08:16 PM

    rafae11's Avatar

    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;}
    |

  3. rafae11 closed this discussion on 19 Feb, 2020 11:29 PM.

  4. rafae11 re-opened this discussion on 19 Feb, 2020 11:29 PM

  5. rafae11 closed this discussion on 19 Feb, 2020 11:29 PM.

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

 

01 Oct, 2024 04:27 PM
26 Sep, 2024 03:49 PM
26 Sep, 2024 09:02 AM
25 Sep, 2024 07:07 PM
24 Sep, 2024 08:39 PM
24 Sep, 2024 06:47 AM