Skip to content

Commit

Permalink
Moved .cmd/.sh to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomelli committed Sep 12, 2019
1 parent b9f9c0e commit 5fcc8c8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Expand Up @@ -20,15 +20,13 @@ before_build:

build_script:
- ps: .\build.ps1
- cmd: cd

after_build:
- cmd: cd C:\projects\geneticsharp
# Build the GeneticSharp and GeneticSharp.Extensions NuGet packages.
- cmd: C:\projects\geneticsharp\tools\buildLibrariesNuget.cmd
- cmd: buildLibrariesNuget.cmd

# Build the GeneticSharp.Templates NuGet package.
- cmd: C:\projects\geneticsharp
- cmd: buildTemplatesNuget.cmd

artifacts:
- path: .\src\nuget\*.nupkg
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5fcc8c8

Please sign in to comment.