Skip to content

Commit e54297e

Browse files
committed
better build
1 parent 53fa6c0 commit e54297e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ task compile -depends clean {
4141

4242
exec { .\.nuget\NuGet.exe restore $base_dir\AutoMapper.Collection.sln }
4343

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

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

0 commit comments

Comments
 (0)