StarSim

StarSim.git
git clone git://git.lenczewski.org/StarSim.git
Log | Files | Refs | README | LICENSE

commit 4e834d83ff0d3a976fefef13d7b3eaaaca925f48
parent bdd3862debee15a87195f51e927dfb1762eda5ac
Author: EnderRifter <33129490+EnderRifter@users.noreply.github.com>
Date:   Wed, 19 Jun 2019 19:02:04 +0100

Update azure-pipelines.yml for Azure Pipelines
Diffstat:
Mazure-pipelines.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -17,12 +17,12 @@ steps: - task: DotNetCoreCLI@2 inputs: command: 'restore' - projects: '.\StarSim' + projects: '.\\StarSim\\StarSim.sln' feedsToUse: 'select' - task: DotNetCoreCLI@2 inputs: command: 'build' - projects: '.\StarSim\' + projects: '.\\StarSim\\StarSim.sln' - task: DotNetCoreCLI@2 inputs: command: 'publish'