Skip to content

Commit 0627bd6

Browse files
arturcicBi0T1N
authored andcommitted
fix new-cli solution
1 parent fc30dbb commit 0627bd6

File tree

6 files changed

+16
-3
lines changed

6 files changed

+16
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
Loading

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

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

new-cli/docs/calculate.rsp

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)