File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 2323 Get-Item " $PSScriptRoot /$ConsoleProgramProjectName " - ErrorAction Ignore | Remove-Item - Recurse
2424 Set-PSDebug - Trace $traceLevel
2525 dotnet new Console -- output " $PSScriptRoot /$ConsoleProgramProjectName "
26- pwd
2726 Set-Content ../ ../ ../ ../ Chapter10/ ProcessExitTestProgram/ Directory.Build.props ' <Project></Project>'
28- echo ../ ../ ../ ../ Chapter10/
29- ls ../ ../ ../ ../ Chapter10/ ProcessExitTestProgram
3027
3128 $SutCSFile = split-path - leaf $MyInvocation.MyCommand.Definition
3229 $SutCSFile = " $PSScriptRoot /$ ( [IO.Path ]::GetFileNameWithoutExtension($SutCSFile )) .cs"
3734 $codeListing > " $PSScriptRoot /$ConsoleProgramProjectName /Program.cs"
3835 Get-Content " $PSScriptRoot /$ConsoleProgramProjectName /Program.cs" # Display the listing
3936
40-
4137}catch {
4238 Write-Error " Unable to create project"
4339}
You can’t perform that action at this time.
0 commit comments