Skip to content

Commit 66658c1

Browse files
committed
fix new-cli solution
1 parent 79f13a3 commit 66658c1

File tree

6 files changed

+16
-3
lines changed

6 files changed

+16
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,5 @@ node_modules
136136

137137
dogfood/
138138
new-cli/log.txt
139+
140+
new-cli/logs/

new-cli/.idea/.idea.GitVersion/.idea/icon.svg

+1
Loading

new-cli/.idea/.idea.GitVersion/.idea/indexLayout.xml

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

new-cli/docs/calculate.rsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
calculate -l c:\logs\log.txt --work-dir C:\Projects\OSS\GitTools\GitVersion --verbosity verbose
1+
calculate -l ./logs/log.txt --work-dir . --verbosity verbose

new-cli/docs/output-project.rsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
output --output-dir C:\Projects\OSS\GitTools\GitVersion --input-file version.json project --project-file project.csproj
1+
output --output-dir ./output --input-file version.json project --project-file project.csproj

new-cli/docs/output-wix.rsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
output --output-dir C:\Projects\OSS\GitTools\GitVersion --input-file version.json wix --wix-file project.wix
1+
output --output-dir ./output --input-file version.json wix --wix-file project.wix

0 commit comments

Comments
 (0)