Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- anis-macbook:CustomTool ani$ git clean -fxd
- Removing CustomTool/.CustomTool/
- Removing CustomTool/bin/
- Removing CustomTool/obj/
- Removing CustomToolTest/.DS_Store
- Removing CustomToolTest/obj/
- anis-macbook:CustomTool ani$ dotnet pack CustomTool/CustomTool.csproj --output .CustomTool/ --configuration Release
- Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Core
- Copyright (C) Microsoft Corporation. All rights reserved.
- Restoring packages for /Users/ani/Projects/CustomTool/CustomTool/CustomTool.csproj...
- Generating MSBuild file /Users/ani/Projects/CustomTool/CustomTool/obj/CustomTool.csproj.nuget.g.props.
- Generating MSBuild file /Users/ani/Projects/CustomTool/CustomTool/obj/CustomTool.csproj.nuget.g.targets.
- Restore completed in 163.39 ms for /Users/ani/Projects/CustomTool/CustomTool/CustomTool.csproj.
- CustomTool -> /Users/ani/Projects/CustomTool/CustomTool/bin/Release/netcoreapp2.2/CustomTool.dll
- CustomTool -> /Users/ani/Projects/CustomTool/CustomTool/bin/Release/publish/netcoreapp2.2/
- Successfully created package '/Users/ani/Projects/CustomTool/CustomTool/.CustomTool/CustomTool.1.0.0.nupkg'.
- anis-macbook:CustomTool ani$ dotnet build CustomTool.sln
- Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Core
- Copyright (C) Microsoft Corporation. All rights reserved.
- Restoring packages for /Users/ani/Projects/CustomTool/CustomToolTest/CustomToolTest.csproj...
- Restore completed in 19.4 ms for /Users/ani/Projects/CustomTool/CustomTool/CustomTool.csproj.
- Installing CustomTool 1.0.0.
- Generating MSBuild file /Users/ani/Projects/CustomTool/CustomToolTest/obj/CustomToolTest.csproj.nuget.g.props.
- Generating MSBuild file /Users/ani/Projects/CustomTool/CustomToolTest/obj/CustomToolTest.csproj.nuget.g.targets.
- Restore completed in 203.14 ms for /Users/ani/Projects/CustomTool/CustomToolTest/CustomToolTest.csproj.
- CustomTool -> /Users/ani/Projects/CustomTool/CustomTool/bin/Debug/netcoreapp2.2/CustomTool.dll
- CustomTool -> /Users/ani/Projects/CustomTool/CustomTool/bin/Debug/publish/netcoreapp2.2/
- Arguments: /Users/ani/Projects/CustomTool/CustomToolTest/CustomToolTest.csproj --custom-variable
- CustomToolTest -> /Users/ani/Projects/CustomTool/CustomToolTest/bin/Debug/netcoreapp2.2/CustomToolTest.dll
- Build succeeded.
- 0 Warning(s)
- 0 Error(s)
- Time Elapsed 00:00:01.42
- anis-macbook:CustomTool ani$ dotnet CustomToolTest/bin/Debug/netcoreapp2.2/CustomToolTest.dll
- CustomToolTest.Program
- CustomToolTest.Program+<>c
- anis-macbook:CustomTool ani$ dotnet build CustomTool.sln
- Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Core
- Copyright (C) Microsoft Corporation. All rights reserved.
- Restore completed in 38.53 ms for /Users/ani/Projects/CustomTool/CustomTool/CustomTool.csproj.
- Restore completed in 38.54 ms for /Users/ani/Projects/CustomTool/CustomToolTest/CustomToolTest.csproj.
- CustomTool -> /Users/ani/Projects/CustomTool/CustomTool/bin/Debug/netcoreapp2.2/CustomTool.dll
- CustomTool -> /Users/ani/Projects/CustomTool/CustomTool/bin/Debug/publish/netcoreapp2.2/
- Arguments: /Users/ani/Projects/CustomTool/CustomToolTest/CustomToolTest.csproj --custom-variable
- CustomToolTest -> /Users/ani/Projects/CustomTool/CustomToolTest/bin/Debug/netcoreapp2.2/CustomToolTest.dll
- Build succeeded.
- 0 Warning(s)
- 0 Error(s)
- Time Elapsed 00:00:01.09
- anis-macbook:CustomTool ani$ dotnet CustomToolTest/bin/Debug/netcoreapp2.2/CustomToolTest.dll
- Test
- CustomToolTest.Program
- CustomToolTest.Program+<>c
- anis-macbook:CustomTool ani$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement