Skip to content

Commit

Permalink
Fix src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudia Beatriz Murialdo Garrone committed Sep 11, 2024
1 parent 20cd6d6 commit ff47400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotnet/src/extensions/ws/src/GxSoapHandler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ To enable dynamic credential modification, checkout this repo and create the GxS

2. Build the assembly with one of the following commands:
```
msbuild /t:restore;build /p:Configuration=Release dotnet\src\extensions\ws\GxSoapHandler\GxSoapHandler.csproj
msbuild /t:restore;build /p:Configuration=Release dotnet\src\extensions\ws\src\GxSoapHandler\GxSoapHandler.csproj
```
or
```
dotnet build -c Release dotnet\src\extensions\ws\GxSoapHandler\GxSoapHandler.csproj
dotnet build -c Release dotnet\src\extensions\ws\src\GxSoapHandler\GxSoapHandler.csproj
```

3. Copy dotnet\src\extensions\ws\GxSoapHandler\bin\Release\net462\GxSoapHandler.dll to the web\bin folder.
3. Copy dotnet\src\extensions\ws\src\GxSoapHandler\bin\Release\net462\GxSoapHandler.dll to the web\bin folder.


## Configuration
Expand Down

0 comments on commit ff47400

Please sign in to comment.