File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed
Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 66 <TailwindBinaryOS Condition =" '$(OS)' != 'Windows_NT' and !$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))" >linux</TailwindBinaryOS >
77
88 <!-- Set the architecture portion of the binary file name -->
9- <TailwindBinaryArch Condition =" '$(Platform )' == 'ARM64'" >arm64</TailwindBinaryArch >
10- <TailwindBinaryArch Condition =" '$(Platform )' == 'ARM'" >armv7</TailwindBinaryArch >
11- <TailwindBinaryArch Condition =" '$(Platform )' != 'ARM64' and '$(Platform )' != 'ARM'" >x64</TailwindBinaryArch >
9+ <TailwindBinaryArch Condition =" '$(PROCESSOR_ARCHITECTURE )' == 'ARM64'" >arm64</TailwindBinaryArch >
10+ <TailwindBinaryArch Condition =" '$(PROCESSOR_ARCHITECTURE )' == 'ARM'" >armv7</TailwindBinaryArch >
11+ <TailwindBinaryArch Condition =" '$(PROCESSOR_ARCHITECTURE )' != 'ARM64' and '$(PROCESSOR_ARCHITECTURE )' != 'ARM'" >x64</TailwindBinaryArch >
1212
1313 <!-- Set the executable extension for the binary -->
1414 <TailwindBinaryExt Condition =" '$(OS)' == 'Windows_NT'" >.exe</TailwindBinaryExt >
Original file line number Diff line number Diff line change 1414 <TailwindBaseCommand >"$(TailwindBinaryPath)" -c "$(TailwindConfigFile)" -i "$(TailwindInputFile)" -o "$(TailwindOutputFile)"</TailwindBaseCommand >
1515 </PropertyGroup >
1616
17- <Message Text =" Building tailwind ($(Configuration))." Importance =" high" />
18- <Message Text =" OS : $(OS)" Importance =" high" />
19- <Message Text =" Platform : $(Platform)" Importance =" high" />
20- <Message Text =" Config file : $(TailwindConfigFile)" Importance =" high" />
21- <Message Text =" Input file : $(TailwindInputFile)" Importance =" high" />
22- <Message Text =" Output file : $(TailwindOutputFile)" Importance =" high" />
23- <Message Text =" Binary file : $(TailwindBinaryFile)" Importance =" high" />
24- <Message Text =" Binary path : $(TailwindBinaryPath)" Importance =" high" />
17+ <Message Text =" Building tailwind ($(Configuration))." Importance =" high" />
18+ <Message Text =" OS : $(OS)" Importance =" high" />
19+ <Message Text =" Platform : $(Platform)" Importance =" high" />
20+ <Message Text =" Processor Architecture : $(PROCESSOR_ARCHITECTURE)" Importance =" high" />
21+ <Message Text =" Config file : $(TailwindConfigFile)" Importance =" high" />
22+ <Message Text =" Input file : $(TailwindInputFile)" Importance =" high" />
23+ <Message Text =" Output file : $(TailwindOutputFile)" Importance =" high" />
24+ <Message Text =" Binary file : $(TailwindBinaryFile)" Importance =" high" />
25+ <Message Text =" Binary path : $(TailwindBinaryPath)" Importance =" high" />
2526 <Message Text =" Command: $(TailwindBaseCommand)" Importance =" high" Condition =" '$(Configuration)'=='Debug'" />
2627 <Message Text =" Command: $(TailwindBaseCommand) --minify" Importance =" high" Condition =" '$(Configuration)'=='Release'" />
2728
Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <PropertyGroup >
14- <Version >1.5.0 </Version >
14+ <Version >1.5.1 </Version >
1515 <Title >mvdmio.Tailwind.NET</Title >
1616 <Description >Adds Tailwind to your .NET project using the Standalone CLI.</Description >
1717 <Company >mvdmio</Company >
You can’t perform that action at this time.
0 commit comments