mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 08:34:27 -05:00 
			
		
		
		
	ci: Fixed .gitlab-ci.yml file
votes: fixed build warnings
This commit is contained in:
		@@ -4,6 +4,7 @@
 | 
			
		||||
        <TargetFramework>net8.0</TargetFramework>
 | 
			
		||||
        <Nullable>enable</Nullable>
 | 
			
		||||
        <ImplicitUsings>true</ImplicitUsings>
 | 
			
		||||
        <Version>5.0.0-beta1</Version>
 | 
			
		||||
 | 
			
		||||
        <!-- Output/build -->
 | 
			
		||||
        <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
 | 
			
		||||
@@ -136,11 +137,11 @@
 | 
			
		||||
      <Folder Include="_common\Extensions\" />
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
 | 
			
		||||
    <PropertyGroup Condition=" '$(Version)' == '' ">
 | 
			
		||||
        <VersionPrefix Condition=" '$(VersionPrefix)' == '' ">5.0.0</VersionPrefix>
 | 
			
		||||
        <Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix).$(VersionSuffix)</Version>
 | 
			
		||||
        <Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
 | 
			
		||||
    </PropertyGroup>
 | 
			
		||||
<!--    <PropertyGroup Condition=" '$(Version)' == '' ">-->
 | 
			
		||||
<!--        <VersionPrefix Condition=" '$(VersionPrefix)' == '' ">5.0.0</VersionPrefix>-->
 | 
			
		||||
<!--        <Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix).$(VersionSuffix)</Version>-->
 | 
			
		||||
<!--        <Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>-->
 | 
			
		||||
<!--    </PropertyGroup>-->
 | 
			
		||||
 | 
			
		||||
    <PropertyGroup Condition=" '$(Configuration)' == 'GlobalNadeko' ">
 | 
			
		||||
        <!-- Define trace doesn't seem to affect the build at all so I had to remove $(DefineConstants)-->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user