Skip to content

Commit 53fa6c0

Browse files
committed
Build correctly
1 parent 1f1e299 commit 53fa6c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ task compile -depends clean {
3939
echo "build: Tag is $tag"
4040
echo "build: Package version suffix is $version"
4141

42-
exec { & $base_dir\.nuget\Nuget.exe restore $base_dir\AutoMapper.Collection.sln }
42+
exec { .\.nuget\NuGet.exe restore $base_dir\AutoMapper.Collection.sln }
4343

44-
exec { dotnet build $source_dir\AutoMapper.Collection.sln -c $config --version-suffix=$buildSuffix -v q /nologo }
44+
exec { dotnet build $base_dir\AutoMapper.Collection.sln -c $config --version-suffix=$buildSuffix -v q /nologo }
4545

4646
exec { dotnet pack $source_dir\AutoMapper.Collection -c $config --include-symbols --no-build --output $artifacts_dir --version-suffix $suffix}
4747

0 commit comments

Comments
 (0)