We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68df3a3 commit 40c1dd3Copy full SHA for 40c1dd3
api/AltV.Net.Sdk.Generator/Program.cs
@@ -10,9 +10,9 @@
10
foreach (var file in files)
11
{
12
Console.WriteLine("Generating code for " + file);
13
-
+
14
var content = File.ReadAllText(file);
15
16
var newContent = generatorRegex.Replace(content, (match) =>
17
18
var indent = match.Groups["indent"];
api/Directory.Build.props
@@ -1,5 +1,5 @@
1
<Project>
2
<PropertyGroup>
3
- <ArtifactsPath>$(BaseArtifactsPath)$(MSBuildProjectName)\</ArtifactsPath>
+ <ArtifactsPath>$(BaseArtifactsPath)</ArtifactsPath>
4
</PropertyGroup>
5
</Project>
0 commit comments