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 3ac49f1 commit 7299e35Copy full SHA for 7299e35
.gitignore
@@ -250,4 +250,4 @@ paket-files/
250
# JetBrains Rider
251
.idea/
252
*.sln.iml
253
-sample/PSWebApi.OwinSample/scripts-root/exe-apps/Test-Args.exe.config
+sample/PSWebApi.OwinSample/user-script-root/exe-apps/Test-Args.exe.config
sample/Test-Args/Test-Args.csproj
@@ -27,7 +27,7 @@
27
<PlatformTarget>AnyCPU</PlatformTarget>
28
<DebugType>none</DebugType>
29
<Optimize>true</Optimize>
30
- <OutputPath>..\PSWebApi.OwinSample\scripts-root\exe-apps\</OutputPath>
+ <OutputPath>..\PSWebApi.OwinSample\user-script-root\exe-apps\</OutputPath>
31
<DefineConstants>TRACE</DefineConstants>
32
<ErrorReport>prompt</ErrorReport>
33
<WarningLevel>4</WarningLevel>
0 commit comments