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 1f1e299 commit 53fa6c0Copy full SHA for 53fa6c0
1 file changed
build.ps1
@@ -39,9 +39,9 @@ task compile -depends clean {
39
echo "build: Tag is $tag"
40
echo "build: Package version suffix is $version"
41
42
- exec { & $base_dir\.nuget\Nuget.exe restore $base_dir\AutoMapper.Collection.sln }
+ exec { .\.nuget\NuGet.exe restore $base_dir\AutoMapper.Collection.sln }
43
44
- exec { dotnet build $source_dir\AutoMapper.Collection.sln -c $config --version-suffix=$buildSuffix -v q /nologo }
+ exec { dotnet build $base_dir\AutoMapper.Collection.sln -c $config --version-suffix=$buildSuffix -v q /nologo }
45
46
exec { dotnet pack $source_dir\AutoMapper.Collection -c $config --include-symbols --no-build --output $artifacts_dir --version-suffix $suffix}
47
0 commit comments