Skip to content

Commit 40c1dd3

Browse files
committed
CI: fix build
1 parent 68df3a3 commit 40c1dd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/AltV.Net.Sdk.Generator/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
foreach (var file in files)
1111
{
1212
Console.WriteLine("Generating code for " + file);
13-
13+
1414
var content = File.ReadAllText(file);
15-
15+
1616
var newContent = generatorRegex.Replace(content, (match) =>
1717
{
1818
var indent = match.Groups["indent"];

api/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<ArtifactsPath>$(BaseArtifactsPath)$(MSBuildProjectName)\</ArtifactsPath>
3+
<ArtifactsPath>$(BaseArtifactsPath)</ArtifactsPath>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)