File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ static void Main(string[] args)
4646 RunTests ,
4747 DependsOn ( Build ) ,
4848 ForEach ( "LittleForker.Tests" ) ,
49- project => Run ( "dotnet" , $ "test src/{ project } /{ project } .csproj -c Release -r ../../ { ArtifactsDir } --no-build -l trx;LogFileName={ project } .xml --verbosity=normal") ) ;
49+ project => Run ( "dotnet" , $ "test src/{ project } /{ project } .csproj -c Release -r { ArtifactsDir } --no-build -l trx;LogFileName={ project } .xml --verbosity=normal") ) ;
5050
5151 Target (
5252 Pack ,
5353 DependsOn ( Build ) ,
5454 ForEach ( "LittleForker" ) ,
55- project => Run ( "dotnet" , $ "pack src/{ project } /{ project } .csproj -c Release -o ../../ { ArtifactsDir } --no-build") ) ;
55+ project => Run ( "dotnet" , $ "pack src/{ project } /{ project } .csproj -c Release -o { ArtifactsDir } --no-build") ) ;
5656
5757 Target ( Publish , DependsOn ( Pack ) , ( ) =>
5858 {
You can’t perform that action at this time.
0 commit comments