We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fa6c0 commit e54297eCopy full SHA for e54297e
1 file changed
build.ps1
@@ -41,6 +41,8 @@ task compile -depends clean {
41
42
exec { .\.nuget\NuGet.exe restore $base_dir\AutoMapper.Collection.sln }
43
44
+ exec { dotnet restore $base_dir\AutoMapper.Collection.sln }
45
+
46
exec { dotnet build $base_dir\AutoMapper.Collection.sln -c $config --version-suffix=$buildSuffix -v q /nologo }
47
48
exec { dotnet pack $source_dir\AutoMapper.Collection -c $config --include-symbols --no-build --output $artifacts_dir --version-suffix $suffix}
0 commit comments