Skip to content

Instantly share code, notes, and snippets.

@Pxtl
Created October 23, 2024 18:37
Show Gist options
  • Save Pxtl/dc31b38cd2d1d74394a66fe6790851fb to your computer and use it in GitHub Desktop.
Save Pxtl/dc31b38cd2d1d74394a66fe6790851fb to your computer and use it in GitHub Desktop.
Oct23 14:35:59 C:\github\t4BuildDemo With Spaces\test t4 build> dotnet clean
Build started 2024-10-23 2:36:04 PM.
1>Project "C:\github\t4BuildDemo With Spaces\test t4 build\test t4 build.sln" on node 1 (Clean target(s)).
1>ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
1>Project "C:\github\t4BuildDemo With Spaces\test t4 build\test t4 build.sln" (1) is building "C:\github\t4BuildDemo
With Spaces\test t4 build\test t4 build.csproj" (2) on node 1 (Clean target(s)).
2>TextTemplateClean:
dotnet exec "C:\Users\zaratem\.nuget\packages\t4.build\0.2.4\build\../tools/T4.Build.dll" clean "Static Text Temp
late.tt" "TextTemplate Test Withdate.tt" "TextTemplate That Reads File.tt"
2>Done Building Project "C:\github\t4BuildDemo With Spaces\test t4 build\test t4 build.csproj" (Clean target(s)).
1>Done Building Project "C:\github\t4BuildDemo With Spaces\test t4 build\test t4 build.sln" (Clean target(s)).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.95
Oct23 14:36:05 C:\github\t4BuildDemo With Spaces\test t4 build>
>> cp ..\..\T4.Build\T4.Build\build\* ~\.nuget\packages\t4.build\0.2.4\build
>> dotnet build
>> & '.\bin\Debug\net8.0\test t4 build.exe'
Determining projects to restore...
All projects are up-to-date for restore.
Templates transformed for test t4 build (in 1.22 sec).
test t4 build -> C:\github\t4BuildDemo With Spaces\test t4 build\bin\Debug\net8.0\test t4 build.dll
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:03.05
hello, world.
Generated at: 10/23/2024 14:36:20 -04:00
refFile.txt contents:
foo
bar
baz
quux
ooogy
Oct23 14:36:21 C:\github\t4BuildDemo With Spaces\test t4 build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment