File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 5
5
<LIBSASS_VERSION >[NA]</LIBSASS_VERSION >
6
6
</PropertyGroup >
7
7
<Target Name =" GitVersion" >
8
- <Exec Command =" git -C .. describe --abbrev=4 --dirty --always --tags > libsass-version" />
9
- <Exec Command =" git -C ../sassc describe --abbrev=4 --dirty --always --tags > sassc-version" />
10
- <ReadLinesFromFile File =" sassc-version" >
11
- <Output TaskParameter =" Lines" PropertyName =" SASSC_VERSION" />
12
- </ReadLinesFromFile >
13
- <ReadLinesFromFile File =" libsass-version" >
14
- <Output TaskParameter =" Lines" PropertyName =" LIBSASS_VERSION" />
15
- </ReadLinesFromFile >
8
+ <Exec Command =" git -C .. describe --abbrev=4 --dirty --always --tags" ConsoleToMSBuild =" true" >
9
+ <Output TaskParameter =" ConsoleOutput" PropertyName =" LIBSASS_VERSION" />
10
+ </Exec >
11
+ <Exec Command =" git -C ../sassc describe --abbrev=4 --dirty --always --tags" ConsoleToMSBuild =" true" >
12
+ <Output TaskParameter =" ConsoleOutput" PropertyName =" SASSC_VERSION" />
13
+ </Exec >
16
14
</Target >
17
15
<Target Name =" VersionMacros" >
18
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments